Save CSV file on "make test-is-correct"
Signed-off-by: David A. Wheeler <dwheeler@dwheeler.com>
This commit is contained in:
parent
310f850d5b
commit
fa9e1b0d42
1
makefile
1
makefile
|
@ -144,6 +144,7 @@ check: test
|
|||
test-is-correct: test-results.txt
|
||||
mv test-results.txt correct-results.txt
|
||||
mv test-results.html correct-results.html
|
||||
mv test-results.csv correct-results.csv
|
||||
|
||||
profile:
|
||||
/usr/lib/python1.5/profile.py ./flawfinder > profile-results $(SAMPLE_DIR)/*/*.[ch] > profile-results
|
||||
|
|
Loading…
Reference in New Issue