9 lines
183 B
Bash
Executable File
9 lines
183 B
Bash
Executable File
#!/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
|
|
|