aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/libposix/Makefile
diff options
context:
space:
mode:
authorGravatar Paolo Capriotti <p.capriotti@gmail.com>2012-03-09 11:44:41 +0000
committerGravatar Paolo Capriotti <p.capriotti@gmail.com>2012-03-09 11:44:41 +0000
commit891c0bf89b89e3995d2dbc1f6f72b43312b14a44 (patch)
tree2f49d3817b718b226ca37489302bae735bf9ade0 /tests/libposix/Makefile
parent0e8de7869a0f3b32d2ac8cbe2aad74eb7dcf054a (diff)
Copy tests from GHC testsuite (#1161)
Diffstat (limited to 'tests/libposix/Makefile')
-rw-r--r--tests/libposix/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/libposix/Makefile b/tests/libposix/Makefile
new file mode 100644
index 0000000..4ca7751
--- /dev/null
+++ b/tests/libposix/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