From fa9e1b0d4274719c8597cf367f331d0d14915d9a Mon Sep 17 00:00:00 2001 From: "David A. Wheeler" Date: Sun, 30 Jul 2017 23:16:40 -0400 Subject: [PATCH] Save CSV file on "make test-is-correct" Signed-off-by: David A. Wheeler --- makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/makefile b/makefile index beaace0..a4969d6 100644 --- a/makefile +++ b/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