summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorAaron McCarthy <aaron.mccarthy@nokia.com>2009-08-14 11:06:22 +1000
committerAaron McCarthy <aaron.mccarthy@nokia.com>2009-08-14 11:06:22 +1000
commitd624fe6a4d5f927fe05e15108efbb7a0be29bf81 (patch)
tree018a40532673aded4d058943cb69d462f123de16 /bin
parent5cbbee4fd9b7b9c59c61b6ee38b72349847a1a84 (diff)
Add new test to run scripts.
Diffstat (limited to 'bin')
-rw-r--r--bin/rununittests.bat1
-rwxr-xr-xbin/rununittests.sh1
2 files changed, 2 insertions, 0 deletions
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