Go to the first, previous, next, last section, table of contents.


Test suite in brief

The GNUstep test suite uses the `Greg' framework to run regression tests on the gstep-base library.

The test suite installs a replacement for the standard `guile' command-line interpreter, so that the library can be tested directly.

The `check' makefile target is set up so that you can type

make check

to run regression tests for the GNUstep base library (gstep-base).

Similarly, you can type

make verbose

To run all the tests with the results of each individual testcase output rather than just an overall summary.

Finally, you can type either `guile-base' or `guile-gui' to run a command-line interpreter directly, and enter the guile commands to use the `greg' module to test things directly.


Go to the first, previous, next, last section, table of contents.