98443768849cbf1280f18f350c6a4fd4b5775dc0
[ghc-hetmet.git] / ghc / tests / programs / Makefile
1 TOP = .
2 include $(TOP)/mk/boilerplate.mk
3
4 NOT_THESE = CVS mk Makefile
5
6 NOT_THESE += hill_stk_oflow
7 #       Correctly fails to terminate
8
9 NOT_THESE += ipoole_spec_class
10 #       Dialogue style IO
11
12 NOT_THESE += areid_pass
13 #       Old-style I/O
14
15 NOT_THESE += north_lias
16 #       Deliberately causes divide by zero, and
17 #       we can't catch that yet
18
19 SUBDIRS = $(filter-out $(NOT_THESE), $(wildcard *))
20
21 include $(TOP)/mk/target.mk
22