Skip to content
Snippets Groups Projects
Commit e07e95df authored by David Vojtek's avatar David Vojtek
Browse files

FIX: Trying to fix CI

parent f3c44489
No related branches found
No related tags found
No related merge requests found
@echo off
title Running 'lib4neuro' unit-tests
cd ..\..\build\unit-tests
cd ..\..\build\unit-tests\Debug
rem Runs all the available Unit-Tests
for /r %%v in ("*_test.exe") do %%v echo %v%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment