summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
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