From: sewardj Date: Tue, 12 Jan 1999 14:13:51 +0000 (+0000) Subject: [project @ 1999-01-12 14:13:51 by sewardj] X-Git-Tag: Approx_2487_patches~128 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=df1348e9cb1cb5faef4c4c0bfdbc2c03ee7fe5e2;p=ghc-hetmet.git [project @ 1999-01-12 14:13:51 by sewardj] Added check target. --- diff --git a/ghc/interpreter/Makefile b/ghc/interpreter/Makefile index df07a3c..1c3d16e 100644 --- a/ghc/interpreter/Makefile +++ b/ghc/interpreter/Makefile @@ -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 # # --------------------------------------------------------------------- #