generate_and_run_more_tests: Add testuninitvar

This commit is contained in:
Daniel Marjamäki 2015-07-26 11:29:02 +02:00
parent 4e293d47c5
commit 8d3b5bb95e
1 changed files with 3 additions and 0 deletions

View File

@ -14,3 +14,6 @@ tools/run_more_tests.sh test/testmemleak.cpp
echo testnullpointer echo testnullpointer
tools/run_more_tests.sh test/testnullpointer.cpp tools/run_more_tests.sh test/testnullpointer.cpp
echo testuninitvar
tools/run_more_tests.sh test/testuninitvar.cpp