An open API service indexing awesome lists of open source software.

https://github.com/gnustep/tests-testsuite

This testsuite is a general framework for testing the core GNUstep libraries.
https://github.com/gnustep/tests-testsuite

Last synced: 8 days ago
JSON representation

This testsuite is a general framework for testing the core GNUstep libraries.

Awesome Lists containing this project

README

          

Testsuite
=========

This testsuite is a general framework for testing the core GNUstep
libraries.

Please get the latest gnustep-make from subversion and install it in order
to get the gnustep-tests program to run the tests.

Please run this testsuite often, when adding new features, fixing bugs
and running on new platforms.

License
-------

Many of the tests are copyright by the FSF and distributed under the GPL.
However, some tests may not be copyright by the FSF, but retain the
copyright of the original owner
(e.g tests submited as bug reports). You should feel free to add tests
that are not copyright by the FSF. The copyright of these tests should
be clearly stated, however, they should still be distributed under the
GPL.

Running Tests
-------------

To run a testsuite, use the gnustep-test script along with the name of
the project testsuite you with to test:

gnustep-tests base

or where a group of tests within a project is to be run:

gnustep-tests base/NSArray

Please see 'gnustep-tests --documentation' for more detail.