diff options
author | David Terei <davidterei@gmail.com> | 2011-07-20 11:09:03 -0700 |
---|---|---|
committer | David Terei <davidterei@gmail.com> | 2011-07-20 11:26:35 -0700 |
commit | 16514f272fb42af6e9c7674a9bd6c9dce369231f (patch) | |
tree | e4f332b45fe65e2a7a2451be5674f887b42bf199 /testsuite/tests/ghc-regress/Makefile | |
parent | ebd422aed41048476aa61dd4c520d43becd78682 (diff) | |
download | haskell-16514f272fb42af6e9c7674a9bd6c9dce369231f.tar.gz |
Move tests from tests/ghc-regress/* to just tests/*
Diffstat (limited to 'testsuite/tests/ghc-regress/Makefile')
-rw-r--r-- | testsuite/tests/ghc-regress/Makefile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/testsuite/tests/ghc-regress/Makefile b/testsuite/tests/ghc-regress/Makefile deleted file mode 100644 index 4ec5d82c91..0000000000 --- a/testsuite/tests/ghc-regress/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -TOP=../.. -include $(TOP)/mk/boilerplate.mk -include $(TOP)/mk/test.mk - -# The libraries that we actually know about. We don't want to test -# extralibs that are in our tree but which we haven't built. -LIBRARIES := $(shell '$(GHC_PKG)' list --simple-output --names-only) - -ifeq "$(findstring base,$(LIBRARIES))" "" -$(error base library does not seem to be installed) -endif - -# XXX Do this better? -# Now find the "tests" directories of those libraries, where they exist -LIBRARY_TEST_PATHS := $(wildcard $(patsubst %, $(TOP)/../libraries/%/tests, $(LIBRARIES))) - -# Add tests from packages -RUNTEST_OPTS += $(patsubst %, --rootdir=%, $(LIBRARY_TEST_PATHS)) |