Save CSV file on "make test-is-correct"

Signed-off-by: David A. Wheeler <dwheeler@dwheeler.com>
This commit is contained in:
David A. Wheeler 2017-07-30 23:16:40 -04:00
parent 310f850d5b
commit fa9e1b0d42
1 changed files with 1 additions and 0 deletions

View File

@ -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