Previous Up Next

3  Testing CIL

Once you have built CIL you can run
make quicktest
This will run a few small examples. If you want to test CIL on a large part of our own regression suite you need to do the following: Drop the argument –nogroup slow to run even larger tests.

Note that some tests will fail either because they are not included in our distribution, or because we still have a few failing test cases.


Previous Up Next