summaryrefslogtreecommitdiffstats
path: root/bin/rununittests.bat
blob: c09869dc1a9f72d2c9c0aa0115379da308dd38d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
set SAVED_PWD="%CD%"
set BATCH_PATH=%~dp0

set PATH=%BATCH_PATH%..\build\Debug\bin;%PATH%

cd %BATCH_PATH%..\build\tests\Debug\bin
tst_qmallocpool.exe
tst_qvaluespace.exe
tst_qvaluespaceobject.exe
tst_qvaluespaceitem.exe
tst_qvaluespaceitem_oop.exe

cd %SAVED_PWD%