summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-e
diff options
context:
space:
mode:
authorThomas Miedema <thomasmiedema@gmail.com>2015-07-16 17:41:56 +0200
committerThomas Miedema <thomasmiedema@gmail.com>2015-07-18 01:01:53 +0200
commitac0feece3659c41d546f8e519d05e2167d3b3cc4 (patch)
treef220c89f78975374c0a5bf84761c68ec10b8feb1 /testsuite/tests/ghc-e
parent0d4b0742f33dc6f358d89aa52b8c8b5e39892a4a (diff)
downloadhaskell-ac0feece3659c41d546f8e519d05e2167d3b3cc4.tar.gz
Testsuite: small test cleanups
* don't print anything to stdout * add missing Makefile * also ignore mk/ghcconfig*.mk when using installed compiler * prevent warning: -rtsopts and -with-rtsopts have no effect with -shared
Diffstat (limited to 'testsuite/tests/ghc-e')
-rw-r--r--testsuite/tests/ghc-e/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/tests/ghc-e/Makefile b/testsuite/tests/ghc-e/Makefile
new file mode 100644
index 0000000000..9a36a1c5fe
--- /dev/null
+++ b/testsuite/tests/ghc-e/Makefile
@@ -0,0 +1,3 @@
+TOP=../..
+include $(TOP)/mk/boilerplate.mk
+include $(TOP)/mk/test.mk