summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2020-05-05 13:54:09 +0300
committerAdrian Thurston <thurston@colm.net>2020-05-05 13:54:09 +0300
commit6eba9eeb1c846441733bece33e3f502e708b7934 (patch)
tree7adf6157892e606c5bf8f77e3780d3055dd29a37 /test
parentb24824531ab24a3909971f28271fed106f8f241a (diff)
downloadcolm-6eba9eeb1c846441733bece33e3f502e708b7934.tar.gz
added clean-local targets to remove workin dirs
Diffstat (limited to 'test')
-rw-r--r--test/aapl.d/Makefile.am3
-rw-r--r--test/colm.d/Makefile.am3
-rw-r--r--test/rlhc.d/Makefile.am3
-rw-r--r--test/rlparse.d/Makefile.am2
-rw-r--r--test/trans.d/Makefile.am3
5 files changed, 14 insertions, 0 deletions
diff --git a/test/aapl.d/Makefile.am b/test/aapl.d/Makefile.am
index 5436bdbf..906b94ef 100644
--- a/test/aapl.d/Makefile.am
+++ b/test/aapl.d/Makefile.am
@@ -100,3 +100,6 @@ gentests: gentests.sh Makefile
# rm -Rf .deps *.tst *.o
#
#-include $(DEPS)
+
+clean-local:
+ rm -Rf working
diff --git a/test/colm.d/Makefile.am b/test/colm.d/Makefile.am
index 6106f5aa..08e40121 100644
--- a/test/colm.d/Makefile.am
+++ b/test/colm.d/Makefile.am
@@ -180,3 +180,6 @@ EXTRA_DIST = \
gentests: gentests.sh Makefile
@$(top_srcdir)/sedsubst $< $@ -w,+x $(SED_SUBST)
+clean-local:
+ rm -Rf working
+
diff --git a/test/rlhc.d/Makefile.am b/test/rlhc.d/Makefile.am
index cface1e9..17a25fef 100644
--- a/test/rlhc.d/Makefile.am
+++ b/test/rlhc.d/Makefile.am
@@ -4910,3 +4910,6 @@ CASES = \
case/zlen1_rust.rs-U-T0--var-backend.in \
case/zlen1_rust.rs-U-T1--var-backend.exp \
case/zlen1_rust.rs-U-T1--var-backend.in
+
+clean-local:
+ rm -Rf working
diff --git a/test/rlparse.d/Makefile.am b/test/rlparse.d/Makefile.am
index fd4cdb9d..54a14639 100644
--- a/test/rlparse.d/Makefile.am
+++ b/test/rlparse.d/Makefile.am
@@ -40,3 +40,5 @@ if.h: parse.c
if.cc: parse.c
commit.cc: parse.c
+clean-local:
+ rm -Rf working
diff --git a/test/trans.d/Makefile.am b/test/trans.d/Makefile.am
index a1e3719e..4a9d8798 100644
--- a/test/trans.d/Makefile.am
+++ b/test/trans.d/Makefile.am
@@ -377,3 +377,6 @@ CASES = \
case/zlen1.rl \
case/zlen1_ruby.rl \
case/zlen1_rust.rl
+
+clean-local:
+ rm -Rf working