summaryrefslogtreecommitdiff
path: root/libraries/ghc-compact/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/ghc-compact/tests/Makefile')
-rw-r--r--libraries/ghc-compact/tests/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/ghc-compact/tests/Makefile b/libraries/ghc-compact/tests/Makefile
new file mode 100644
index 0000000000..6a0abcf1cf
--- /dev/null
+++ b/libraries/ghc-compact/tests/Makefile
@@ -0,0 +1,7 @@
+# This Makefile runs the tests using GHC's testsuite framework. It
+# assumes the package is part of a GHC build tree with the testsuite
+# installed in ../../../testsuite.
+
+TOP=../../../testsuite
+include $(TOP)/mk/boilerplate.mk
+include $(TOP)/mk/test.mk