diff options
Diffstat (limited to 'ghc/tests/programs/Makefile')
-rw-r--r-- | ghc/tests/programs/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/ghc/tests/programs/Makefile b/ghc/tests/programs/Makefile index 617e589493..9844376884 100644 --- a/ghc/tests/programs/Makefile +++ b/ghc/tests/programs/Makefile @@ -1,7 +1,7 @@ TOP = . include $(TOP)/mk/boilerplate.mk -NOT_THESE = CVS mk Makefile \ +NOT_THESE = CVS mk Makefile NOT_THESE += hill_stk_oflow # Correctly fails to terminate @@ -9,7 +9,12 @@ NOT_THESE += hill_stk_oflow NOT_THESE += ipoole_spec_class # Dialogue style IO -# areid_pass +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 *)) |