Changes between Version 7 and Version 8 of Building/RunningTests/Adding
- Timestamp:
- 10/18/11 10:56:44 (19 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Building/RunningTests/Adding
v7 v8 95 95 == A multiple module test case == 96 96 97 A multiple module test case is slightly more complex then a single module one. Firstly we a concerned with how to handle the simplest form of a multiple module test case, that is one where the whole test case can be built in one go using the `--make` command of GHC. If you have more complex needs (like compiling source files that `--make` can't handle, and/or need to compile different modules with different GHC arguments, then see below \REF)97 A multiple module test case is slightly more complex then a single module one. Firstly we a concerned with how to handle the simplest form of a multiple module test case, that is one where the whole test case can be built in one go using the `--make` command of GHC. If you have more complex needs (like compiling source files that `--make` can't handle, and/or need to compile different modules with different GHC arguments, then see below) 98 98 99 99 Then for a test case that should compile and run fine we would put this line in all.T:
