Changes between Version 13 and Version 14 of Building/RunningTests/Adding
- Timestamp:
- 02/13/13 08:30:59 (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Building/RunningTests/Adding
v13 v14 208 208 * '''ignore_output''' don't try to compare output 209 209 210 * ''' alone''' don't run this test in parallel with anything else210 * '''high_memory_usage''' this test uses a lot of memory (allows the testsuite driver to be intelligent about what it runs in parallel) 211 211 212 212 * '''literate''' look for a `.lhs` file instead of a `.hs` file … … 216 216 * '''objcpp_src''' look for a `.mm` file 217 217 218 * '''pre_cmd(string)''' run this command before running the test 218 * '''pre_cmd(string)''' run this command before running the test (this is preferred over the following 3 where it is possible to use it) 219 219 * '''compiler_cmd_prefix(string)''' prefix this string to the compilation command when run 220 220 * '''cmd_prefix(string)''' prefix this string to the execution command when run 221 * '''cmd_wrapper(f)''' applies `f` to the execution command and runs the result instead 221 222 222 223 * '''normalise_slashes''' convert backslashes to forward slashes before comparing the output
