generate_and_run_more_tests: add testnullpointer
This commit is contained in:
parent
b38062743d
commit
f37c6b9e76
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue