From d624fe6a4d5f927fe05e15108efbb7a0be29bf81 Mon Sep 17 00:00:00 2001 From: Aaron McCarthy Date: Fri, 14 Aug 2009 11:06:22 +1000 Subject: Add new test to run scripts. --- bin/rununittests.bat | 1 + bin/rununittests.sh | 1 + 2 files changed, 2 insertions(+) (limited to 'bin') diff --git a/bin/rununittests.bat b/bin/rununittests.bat index fdafa77f23..c09869dc1a 100644 --- a/bin/rununittests.bat +++ b/bin/rununittests.bat @@ -4,6 +4,7 @@ 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 diff --git a/bin/rununittests.sh b/bin/rununittests.sh index 538eab2ef8..73f6fd4be8 100755 --- a/bin/rununittests.sh +++ b/bin/rununittests.sh @@ -9,6 +9,7 @@ SAVED_PWD=$PWD; cd $shell_path/../build/tests/Debug/bin export LD_LIBRARY_PATH=$shell_path/../build/Debug/bin:$LD_LIBRARY_PATH export PATH=. +./tst_qmallocpool ./tst_qvaluespace ./tst_qvaluespaceobject ./tst_qvaluespaceitem -- cgit v1.2.3