You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/bash
|
|
|
|
cd ~/cppcheck || exit 1
|
|
rm -rf test1
|
|
python tools/extracttests.py --code=test1 test/testleakautovar.cpp
|
|
cd ~/cppcheck/test1 || exit 1
|
|
~/cppcheck/tools/run_more_tests.sh
|
|
|