File: README

package info (click to toggle)
gnustep-examples 1%3A1.0.0-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,952 kB
  • ctags: 280
  • sloc: objc: 15,345; makefile: 64
file content (50 lines) | stat: -rw-r--r-- 1,311 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50

Welcome to the GNUstep Testing directory.

In this directory there is a full collection of tests for the GNUstep
GUI libraries.  

Tests are kept in subdirectories.

Quick start to compile and run the tests:

make
cd testYouWantToSee
openapp testYouWantToSee.app

If this tip is not enough, read on for the detailed explanations.

COMPILING THE TESTS
-------------------
To compile all the tests, simple type: 

make

To compile a single test, go into its directory, then type 'make' there. 
Compiling a test called "testName" creates a directory called 
"testName.app".  
For example, when compiling the CurrencyConverter test, the directory 
CurrencyConverter.app is created.  

RUNNING THE TESTS
-----------------
To run a test, launch openapp with the test .app directory [see 
"COMPILING THE TESTS" above] as argument.  
For example, to run the CurrencyConverter.app test, type

cd CurrencyConverter
openapp CurrencyConverter.app

[or, in a single command, type 
"openapp CurrencyConverter/CurrencyConverter.app"]

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.