cvs commit: fptools/testsuite Makefile fptools/testsuite/mk test.mk fptools/testsuite/timeout Makefile timeout.hs fptools/testsuite/driver runtests.py testlib.py
Simon Marlow <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.fptools |
|---|---|
| Message-ID | <[email protected]> |
simonmar 2005/02/04 02:59:57 PST
Modified files:
testsuite Makefile
testsuite/mk test.mk
testsuite/driver runtests.py testlib.py
Added files:
testsuite/timeout Makefile timeout.hs
Log:
Add a timeout to test runs, using a wrapper program (written in
Haskell, using System.Process of course!).
Revision Changes Path
1.7 +2 -0 fptools/testsuite/Makefile
1.16 +1 -0 fptools/testsuite/mk/test.mk
1.4 +0 -1 fptools/testsuite/driver/runtests.py
1.27 +9 -5 fptools/testsuite/driver/testlib.py