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

Trying to fix batch script running unit-tests on Windows

parent cb2d8b8d
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 ("*.*") do %%v
for /r %%v in ("*_test") do %%v
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