From 9531b027666ff2468eab4aff5d9229199a188cd8 Mon Sep 17 00:00:00 2001 From: sewardj Date: Tue, 12 Jun 2001 12:06:02 +0000 Subject: [project @ 2001-06-12 12:06:02 by sewardj] Make another sad directory happy. You can now cd to fptools/testsuite and do 'make all'. This will build the test driver and then run ghc/compiler/ghc-inplace over the as-yet small collection of tests herein. --- testsuite/Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 testsuite/Makefile (limited to 'testsuite/Makefile') diff --git a/testsuite/Makefile b/testsuite/Makefile new file mode 100644 index 0000000000..ada52a5746 --- /dev/null +++ b/testsuite/Makefile @@ -0,0 +1,14 @@ + +all: runtests test + +boot: + @echo "Make boot is not needed here" + +runtests: + (cd driver && make runtests) +clean: + (cd driver && make clean) + +test: runtests + driver/runtests --tool=../ghc/compiler/ghc-inplace \ + --config=config/msrc/cam-02-unx.T tests -- cgit v1.2.1