From 6eba9eeb1c846441733bece33e3f502e708b7934 Mon Sep 17 00:00:00 2001 From: Adrian Thurston Date: Tue, 5 May 2020 13:54:09 +0300 Subject: added clean-local targets to remove workin dirs --- test/aapl.d/Makefile.am | 3 +++ test/colm.d/Makefile.am | 3 +++ test/rlhc.d/Makefile.am | 3 +++ test/rlparse.d/Makefile.am | 2 ++ test/trans.d/Makefile.am | 3 +++ 5 files changed, 14 insertions(+) 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 -- cgit v1.2.1