Skip to content
Snippets Groups Projects
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