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.
- Host: GitHub
- URL: https://github.com/gnustep/tests-testsuite
- Owner: gnustep
- Created: 2017-06-12T21:12:41.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-12T21:12:58.000Z (about 9 years ago)
- Last Synced: 2025-02-03T13:14:28.735Z (over 1 year ago)
- Language: Objective-C
- Homepage: http://www.gnustep.org
- Size: 860 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
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.