Something went wrong on our end
-
Martin Beseda authoredMartin Beseda authored
win_run_tests.bat 173 B
@echo off
title Running 'lib4neuro' unit-tests
cd ..\..\build\unit-tests
rem Runs all the available Unit-Tests
for /r %%v in ("*.*") do %%v
cd ..\..\build_scripts\windows