@echo off
title Running 'lib4neuro' unit-tests

cd ..\..\build\unit-tests
rem Runs all the available Unit-Tests
for /r %%v in ("*_test") do %%v

cd ..\..\build_scripts\windows