Changes between Version 11 and Version 12 of Development/Testing
- Timestamp:
- 07/23/09 08:25:16 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Development/Testing
v11 v12 21 21 {{{ 22 22 $ bin/ddc -O -make library/Prelude.ds 23 }}} 24 25 == Quick Checking == 26 27 We've started to add Quick Check style properties to the DDC Compiler code. There are some examples in {{{src/Util/Data/List/Split.hs}}}. We're using {{{src/Util/Test/Check.hs}}} as a wrapper around the standard Quick Check library. 28 29 You can run the tests with: 30 {{{ 31 $ bin/ddc --test 23 32 }}} 24 33
