[project @ 1998-07-27 12:37:57 by simonm]
authorsimonm <unknown>
Mon, 27 Jul 1998 12:37:57 +0000 (12:37 +0000)
committersimonm <unknown>
Mon, 27 Jul 1998 12:37:57 +0000 (12:37 +0000)
Forgot to add the Makefile, it seems.

ghc/tests/concurrent/should_run/Makefile [new file with mode: 0644]

diff --git a/ghc/tests/concurrent/should_run/Makefile b/ghc/tests/concurrent/should_run/Makefile
new file mode 100644 (file)
index 0000000..40275fa
--- /dev/null
@@ -0,0 +1,10 @@
+#-----------------------------------------------------------------------------
+# $Id: Makefile,v 1.1 1998/07/27 12:37:57 simonm Exp $
+
+TOP = ../..
+include $(TOP)/mk/boilerplate.mk
+include $(TOP)/mk/should_run.mk
+
+SRC_HC_OPTS += -dcore-lint -syslib concurrent
+
+include $(TOP)/mk/target.mk