Ticket #156 (closed task: fixed)
Refactor Quickcheck tests into a separate test binary
| Reported by: | erikd | Owned by: | erikd |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Build System | Version: | |
| Keywords: | Cc: |
Description
Currently the Quickcheck tests are compiled into the ddc binary and run as bin/ddc --test. This means fiddling with these tests need to the whole ddc to be compiled and linked before the test can be run.
If the Quickcheck tests are a separate binary, it compile/debug cycle should be much shorter.
Change History
Note: See
TracTickets for help on using
tickets.
