Move tests from testsuite/tests/ghc-regress/lib/Directory
[haskell-directory.git] / tests / Makefile
1 # This Makefile runs the tests using GHC's testsuite framework.  It
2 # assumes the package is part of a GHC build tree with the testsuite
3 # installed in ../../../testsuite.
4
5 TOP=../../../testsuite
6 include $(TOP)/mk/boilerplate.mk
7 include $(TOP)/mk/test.mk