generate_and_run_more_tests: add testnullpointer

This commit is contained in:
Daniel Marjamäki 2015-07-22 18:17:04 +02:00
parent b38062743d
commit f37c6b9e76
1 changed files with 6 additions and 3 deletions

View File

@ -5,9 +5,12 @@
set -e
echo testmemleak
tools/run_more_tests.sh test/testmemleak.cpp
echo testleakautovar
tools/run_more_tests.sh test/testleakautovar.cpp
echo testmemleak
tools/run_more_tests.sh test/testmemleak.cpp
echo testnullpointer
tools/run_more_tests.sh test/testnullpointer.cpp