https://github.com/gnustep/tests-examples
GNUstep Examples directory
https://github.com/gnustep/tests-examples
Last synced: about 1 year ago
JSON representation
GNUstep Examples directory
- Host: GitHub
- URL: https://github.com/gnustep/tests-examples
- Owner: gnustep
- License: gpl-3.0
- Created: 2014-08-09T04:23:03.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2021-07-03T19:53:18.000Z (about 5 years ago)
- Last Synced: 2025-04-11T17:58:24.280Z (over 1 year ago)
- Language: Objective-C
- Homepage: http://www.gnustep.org/
- Size: 1.24 MB
- Stars: 7
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
Welcome to the GNUstep Examples directory.
In this directory there is a full collection of examples for the GNUstep
libraries. Some tests are very old, other are newer; some are
up-to-date, other are not.
Quick start to compile and run the tests:
make
openapp ./testYouWantToSee.app
For more information, see the README file associated with each subdirectory.
Currently there is only one, for gui tests.
ABOUT GNUSTEP
-------------
If you want to know more about GNUstep, please refer to
http://www.gnustep.org.
IF YOU ARE A PROGRAMMER
-----------------------
Join us: write GNUstep apps!
Objective-C is exciting and easy to learn if you know C and object
oriented programming fundamentals.