[project @ 1999-01-12 14:13:51 by sewardj]
authorsewardj <unknown>
Tue, 12 Jan 1999 14:13:51 +0000 (14:13 +0000)
committersewardj <unknown>
Tue, 12 Jan 1999 14:13:51 +0000 (14:13 +0000)
Added check target.

ghc/interpreter/Makefile

index df07a3c..1c3d16e 100644 (file)
@@ -1,6 +1,6 @@
 
 # ----------------------------------------------------------------------------- #
-# $Id: Makefile,v 1.1 1999/01/12 13:45:10 sewardj Exp $                        #
+# $Id: Makefile,v 1.2 1999/01/12 14:13:51 sewardj Exp $                        #
 # ----------------------------------------------------------------------------- #
 
 TOP = ../..
@@ -131,6 +131,18 @@ prelclean:
 
 
 # --------------------------------------------------------------------- #
+# Testing                                                               #
+# --------------------------------------------------------------------- #
+
+check :: all
+       ./test/runtests test/static/*.hs
+       ./test/runtests test/typechecker/*.hs
+       ./test/runtests test/runtime/*.hs
+       ./test/runtests test/std/*.hs
+       ./test/runtests test/exts/*.hs
+
+
+# --------------------------------------------------------------------- #
 # Cleanery & misc                                                       #
 # --------------------------------------------------------------------- #