Changes between Version 5 and Version 6 of Building/RunningTests
- Timestamp:
- 05/26/07 05:08:36 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Building/RunningTests
v5 v6 277 277 compiler options with which to run the test. eg. 278 278 {{{ 279 test( tc001, normal, compile, ['-fglasgow-exts'])279 test('tc001', normal, compile, ['-fglasgow-exts']) 280 280 }}} 281 281 would pass the flag -fglasgow-exts to the compiler
