diff options
author | simonmar <unknown> | 2005-02-04 10:59:56 +0000 |
---|---|---|
committer | simonmar <unknown> | 2005-02-04 10:59:56 +0000 |
commit | 52848b670fdf5fe028687587eb2f6bd62d5fac5b (patch) | |
tree | 96c5914d2a0c1c79d4e3d7f6973c5427172ec182 /testsuite/Makefile | |
parent | 9f2a193465801f3891acaa0cae39e2b24d091513 (diff) | |
download | haskell-52848b670fdf5fe028687587eb2f6bd62d5fac5b.tar.gz |
[project @ 2005-02-04 10:59:55 by simonmar]
Add a timeout to test runs, using a wrapper program (written in
Haskell, using System.Process of course!).
Diffstat (limited to 'testsuite/Makefile')
-rw-r--r-- | testsuite/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/Makefile b/testsuite/Makefile index f49015d9a5..83ed1b360a 100644 --- a/testsuite/Makefile +++ b/testsuite/Makefile @@ -1,6 +1,8 @@ TOP = . include $(TOP)/mk/boilerplate.mk +SUBDIRS = timeout + CLEAN_FILES += mk/wordsize.mk all :: |