Changes between Version 20 and Version 21 of Building/RunningTests
- Timestamp:
- 01/08/09 12:10:00 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Building/RunningTests
v20 v21 2 2 = GHC Test framework = 3 3 4 NOTE: you need Python (any version >= 1.5 will probably do) in order5 to use the testsuite. 4 NOTE: you need GNU make and Python (any version >= 1.5 will probably do) in order 5 to use the testsuite. If you want to run the testsuite in parallel then you need Python 2.5.2 or later. 6 6 7 7 If you have not checked out the test suite, first run: … … 48 48 make EXTRA_HC_OPTS='+RTS -K32M -RTS' 49 49 }}} 50 51 To save disk space you can have temporary files deleted after each test: 52 {{{ 53 make CLEANUP=1 54 }}} 55 56 If you have python 2.5.2 or later then you can run the testsuite in parallel: 57 {{{ 58 make THREADS=2 59 }}} 60 50 61 For more details, see below. 51 62
