[project @ 2000-12-11 12:15:15 by simonmar]
[ghc-hetmet.git] / ghc / tests / programs / Makefile
index 617e589..accac81 100644 (file)
@@ -1,7 +1,13 @@
+#-----------------------------------------------------------------------------
+# $Id: Makefile,v 1.8 2000/11/03 16:23:38 simonmar Exp $
+#
+# (c) The GHC Team, 1999-2000
+#
+
 TOP = .
 include $(TOP)/mk/boilerplate.mk
 
-NOT_THESE = CVS mk Makefile \
+NOT_THESE = CVS mk
 
 NOT_THESE += hill_stk_oflow
 #      Correctly fails to terminate
@@ -9,9 +15,23 @@ 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
+
+NOT_THESE += andy_cherry barton-mangler-bug cvh_unboxing dmgob_native1 dmgob_native2 fast2haskell fexport jtod_circint okeefe_neural
+#      doesn't compile
+
+NOT_THESE += jeff-bug lennart_array
+#       compiles but doesn't run
+
+NOT_THESE += dmgob_native1 dmgob_native2
+#      Native library doens't exist
 
-SUBDIRS = $(filter-out $(NOT_THESE), $(wildcard *))
+SUBDIRS = $(filter-out $(patsubst %, %/, $(NOT_THESE)), $(wildcard */))
 
 include $(TOP)/mk/target.mk