X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Ftests%2Fprograms%2FMakefile;h=98443768849cbf1280f18f350c6a4fd4b5775dc0;hb=f5fd4677bc522dba98447c6b3451441e8ab8e33e;hp=8d16d4412ae134d3ad14f12ee005caa3c018eef7;hpb=0a31eb630828cdd5bca3668bc26a928fa79d4828;p=ghc-hetmet.git diff --git a/ghc/tests/programs/Makefile b/ghc/tests/programs/Makefile index 8d16d44..9844376 100644 --- a/ghc/tests/programs/Makefile +++ b/ghc/tests/programs/Makefile @@ -1,7 +1,20 @@ -TOP = .. +TOP = . include $(TOP)/mk/boilerplate.mk -NOT_THESE = Makefile ipoole_spec_class areid_pass +NOT_THESE = CVS mk Makefile + +NOT_THESE += hill_stk_oflow +# Correctly fails to terminate + +NOT_THESE += ipoole_spec_class +# Dialogue style IO + +NOT_THESE += areid_pass +# Old-style I/O + +NOT_THESE += north_lias +# Deliberately causes divide by zero, and +# we can't catch that yet SUBDIRS = $(filter-out $(NOT_THESE), $(wildcard *))