summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorPaolo Capriotti <p.capriotti@gmail.com>2012-06-27 18:29:08 +0100
committerPaolo Capriotti <p.capriotti@gmail.com>2012-06-27 18:30:52 +0100
commit1c595c00c737e6a80b3101c01c2d330c7d545488 (patch)
tree0daede24d8780813bd3dbcac4bd18b60d5d61add /testsuite
parent02a343c8593aedd795817bdd92aea28d70ecf56d (diff)
downloadhaskell-1c595c00c737e6a80b3101c01c2d330c7d545488.tar.gz
Fix cleanup for some tests.
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/tests/plugins/simple-plugin/Makefile3
-rw-r--r--testsuite/tests/quasiquotation/T4491/test.T3
2 files changed, 4 insertions, 2 deletions
diff --git a/testsuite/tests/plugins/simple-plugin/Makefile b/testsuite/tests/plugins/simple-plugin/Makefile
index 73a7e33842..5bbac56aaf 100644
--- a/testsuite/tests/plugins/simple-plugin/Makefile
+++ b/testsuite/tests/plugins/simple-plugin/Makefile
@@ -6,10 +6,11 @@ LOCAL_PKGCONF=local.package.conf
PKG_NAME=simple-plugin
clean:
- rm setup
+ rm -f setup
rm -f $(LOCAL_PKGCONF)
rm -rf dist
rm -rf install
+ rm -f Setup.hi Setup.o
PREFIX := $(abspath install)
$(eval $(call canonicalise,PREFIX))
diff --git a/testsuite/tests/quasiquotation/T4491/test.T b/testsuite/tests/quasiquotation/T4491/test.T
index 7d023883dc..b62370aaef 100644
--- a/testsuite/tests/quasiquotation/T4491/test.T
+++ b/testsuite/tests/quasiquotation/T4491/test.T
@@ -5,6 +5,7 @@ test('T4491',
# in the prof or dyn ways, due to the TH use, so for now we just
# omit the other ways
omit_ways(['profasm','profthreaded','dyn']),
- only_compiler_types(['ghc'])
+ only_compiler_types(['ghc']),
+ extra_clean(['A.hi', 'A.o'])
],
compile_and_run, [''])