summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2021-12-04 18:57:28 +0000
committerAdrian Thurston <thurston@colm.net>2021-12-04 18:57:28 +0000
commitf9708db3960b95457c1efaf092efc65d3b486c9f (patch)
tree2aa9810a70ea737402549d80590223510525150a
parent33379a2fcea37b19be2c4fa61260a5145c4d1cab (diff)
downloadcolm-f9708db3960b95457c1efaf092efc65d3b486c9f.tar.gz
removed deletion of test cases from make clean
-rw-r--r--test/aapl.d/Makefile.am2
-rw-r--r--test/colm.d/Makefile.am2
-rw-r--r--test/rlhc.d/Makefile.am4
-rw-r--r--test/rlparse.d/Makefile.am4
-rw-r--r--test/trans.d/Makefile.am4
5 files changed, 8 insertions, 8 deletions
diff --git a/test/aapl.d/Makefile.am b/test/aapl.d/Makefile.am
index 03908032..7d6cc48b 100644
--- a/test/aapl.d/Makefile.am
+++ b/test/aapl.d/Makefile.am
@@ -104,7 +104,7 @@ gentests: gentests.sh Makefile
CLEANFILES = gentests
clean-local:
- rm -Rf working *.exp
+ rm -Rf working
check-local:
if test '$(builddir)' != '$(srcdir)'; then \
diff --git a/test/colm.d/Makefile.am b/test/colm.d/Makefile.am
index b0041329..49b9a960 100644
--- a/test/colm.d/Makefile.am
+++ b/test/colm.d/Makefile.am
@@ -188,7 +188,7 @@ gentests: gentests.sh Makefile
CLEANFILES = gentests
clean-local:
- rm -Rf working *.lm *.lmi *.in
+ rm -Rf working
check-local:
if test '$(builddir)' != '$(srcdir)'; then \
diff --git a/test/rlhc.d/Makefile.am b/test/rlhc.d/Makefile.am
index 9d150771..edcc5979 100644
--- a/test/rlhc.d/Makefile.am
+++ b/test/rlhc.d/Makefile.am
@@ -1089,10 +1089,10 @@ CASES = \
case/union.cpp-C-T1--goto-backend.exp \
case/union.cpp-C-T1--goto-backend.in
-CLEANFILES = gentests rlhc.c
+CLEANFILES = rlhc.c
clean-local:
- rm -Rf working case
+ rm -Rf working
check-local:
if test '$(builddir)' != '$(srcdir)'; then \
diff --git a/test/rlparse.d/Makefile.am b/test/rlparse.d/Makefile.am
index cbbc28dd..fbd50d0b 100644
--- a/test/rlparse.d/Makefile.am
+++ b/test/rlparse.d/Makefile.am
@@ -41,10 +41,10 @@ commit.cc: parse.c
load.cc: if.h
reducer.cc: if.h
-CLEANFILES = gentests parse.c if.h if.cc commit.cc
+CLEANFILES = parse.c if.h if.cc commit.cc
clean-local:
- rm -Rf working case
+ rm -Rf working
check-local:
if test '$(builddir)' != '$(srcdir)'; then \
diff --git a/test/trans.d/Makefile.am b/test/trans.d/Makefile.am
index 200cd10a..9d61772c 100644
--- a/test/trans.d/Makefile.am
+++ b/test/trans.d/Makefile.am
@@ -376,10 +376,10 @@ CASES = \
case/zlen1_ruby.rl \
case/zlen1_rust.rl
-CLEANFILES = gentests trans.c
+CLEANFILES = trans.c
clean-local:
- rm -Rf working case
+ rm -Rf working
check-local:
if test '$(builddir)' != '$(srcdir)'; then \