From df1348e9cb1cb5faef4c4c0bfdbc2c03ee7fe5e2 Mon Sep 17 00:00:00 2001 From: sewardj <unknown> Date: Tue, 12 Jan 1999 14:13:51 +0000 Subject: [PATCH] [project @ 1999-01-12 14:13:51 by sewardj] Added check target. --- ghc/interpreter/Makefile | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/ghc/interpreter/Makefile b/ghc/interpreter/Makefile index df07a3c459c3..1c3d16e9bf04 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 = ../.. @@ -130,6 +130,18 @@ prelclean: $(RM) *.unlit +# --------------------------------------------------------------------- # +# 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 # # --------------------------------------------------------------------- # -- GitLab