2015-07-22 09:52:24 +02:00
|
|
|
#!/bin/bash
|
|
|
|
|
2021-01-20 18:43:49 +01:00
|
|
|
cd ~/cppcheck || exit 1
|
2015-07-22 09:52:24 +02:00
|
|
|
rm -rf test1
|
|
|
|
python tools/extracttests.py --code=test1 test/testleakautovar.cpp
|
2021-01-20 18:43:49 +01:00
|
|
|
cd ~/cppcheck/test1 || exit 1
|
2015-07-22 09:52:24 +02:00
|
|
|
~/cppcheck/tools/run_more_tests.sh
|
|
|
|
|