Skip to content
Snippets Groups Projects
Commit cb2d8b8d authored by Martin Beseda's avatar Martin Beseda
Browse files

Trying to fix batch script running unit-tests on Windows

parent 04359fb2
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,6 @@ title Running 'lib4neuro' unit-tests
cd ..\..\build\unit-tests
rem Runs all the available Unit-Tests
for /r %%v in ("*_test.exe") do call %%v
for /r %%v in ("*.*") do %%v
cd ..\..\build_scripts\windows
\ No newline at end of file
cd ..\..\build_scripts\windows
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