summaryrefslogtreecommitdiff
path: root/libraries/base/tests/Makefile
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2007-08-03 18:09:32 +0000
committerIan Lynagh <igloo@earth.li>2007-08-03 18:09:32 +0000
commit4f926289d8be65066f657fe359183af76413534b (patch)
tree5dca4ac1992905c8c463ce49e46093f519c1eea2 /libraries/base/tests/Makefile
parent95a617909be9e049669ea04228986eadea884529 (diff)
downloadhaskell-4f926289d8be65066f657fe359183af76413534b.tar.gz
Move the datamap001 (our only test) to the containers package
Diffstat (limited to 'libraries/base/tests/Makefile')
-rw-r--r--libraries/base/tests/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/libraries/base/tests/Makefile b/libraries/base/tests/Makefile
deleted file mode 100644
index 6a0abcf1cf..0000000000
--- a/libraries/base/tests/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# 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