Skip to content
Snippets Groups Projects
Commit df1348e9 authored by Julian Seward's avatar Julian Seward
Browse files

[project @ 1999-01-12 14:13:51 by sewardj]

Added check target.
parent 045a3984
No related merge requests found
# ----------------------------------------------------------------------------- #
# $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 #
# --------------------------------------------------------------------- #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment