chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Add redact-gensyms and output files to testclean target


From: Evan Hanson
Subject: [PATCH] Add redact-gensyms and output files to testclean target
Date: Wed, 11 Dec 2019 15:47:51 +0000

Previously, the "testclean" target would leave a few files lying around:
the redact-gensyms executable that's used to iron out unique identifiers
in the tests, and the output files it produces. This commit just makes
sure those files are removed when `make testclean' is run.
---
 rules.make | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/rules.make b/rules.make
index 7b8a33f0..47bd783a 100644
--- a/rules.make
+++ b/rules.make
@@ -953,6 +953,7 @@ testclean:
          $(SRCDIR)tests$(SEP)*.obj \
          $(SRCDIR)tests$(SEP)*.out \
          $(SRCDIR)tests$(SEP)*.profile \
+         $(SRCDIR)tests$(SEP)*.redacted \
          $(SRCDIR)tests$(SEP)*.so \
          $(SRCDIR)tests$(SEP)tmp \
          $(SRCDIR)tests$(SEP)tmp.c \
@@ -960,7 +961,8 @@ testclean:
          $(SRCDIR)tests$(SEP)null \
          $(SRCDIR)tests$(SEP)null.c \
          $(SRCDIR)tests$(SEP)null.exe \
-         $(SRCDIR)tests$(SEP)test-repository
+         $(SRCDIR)tests$(SEP)test-repository \
+         $(SRCDIR)tests$(SEP)redact-gensyms
 
 # run tests
 
-- 
2.23.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]