[project @ 2000-04-10 02:28:08 by andy]
[ghc-hetmet.git] / ghc / tests / programs / Makefile
1 TOP = .
2 include $(TOP)/mk/boilerplate.mk
3
4 NOT_THESE = CVS mk Makefile make.log
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 NOT_THESE += andy_cherry barton-mangler-bug callback cvh_unboxing dmgob_native1 dmgob_native2 fast2haskell fexport jtod_circint okeefe_neural
20 #       doesn't compile
21
22 NOT_THESE += jeff-bug lennart_array
23 #       compiles but doesn't run
24
25 SUBDIRS = $(filter-out $(NOT_THESE), $(wildcard *))
26
27 include $(TOP)/mk/target.mk
28