Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gnustep-tests(1) [debian man page]

gnustep-tests(1)					       GNUstep System Manual						  gnustep-tests(1)

NAME
gnustep-tests - script to run a GNUstep testsuite SYNOPSIS
gnustep-tests [ directory | test.m ] DESCRIPTION
gnustep-tests runs the specified tests, or any tests found in the directory. If no arguments are given, the current directory and its sub- directories are scanned and processed accordingly. OPTIONS
--documentation prints full details about the testing framework --clean deletes old logs and any leftover files --failfast stops after the first encountered test failure --debug runs any failed tests in gdb(1) --developer treats any hopes as real tests --verbose detailed log output --sequential disables parallel building SEE ALSO
GNUstep(7) AUTHORS
gnustep-tests was written by Alexander Malmberg <alexander@malmberg.org> and Richard Frith-Macdonald <rfm@gnu.org>. This man page was written by Yavor Doganov <yavor@gnu.org>. COPYRIGHT
Copyright (C) 2011 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. GNUstep 22/05/2011 gnustep-tests(1)

Check Out this Related Man Page

gnustep-config(1)					       GNUstep System Manual						 gnustep-config(1)

NAME
gnustep-config - prints information about the current gnustep installation. SYNOPSIS
gnustep-config [ --variable=variable |--objc-flags|--objc-libs|--base-libs|--gui-libs ] DESCRIPTION
gnustep-config can print information about the currently installed GNUstep system. It can output dependend on the options used the differ- ent flags used for compilation, but also the different internal variables used by the make system. OPTIONS
--variable=variable prints the value of the specified variable. Possible variables are: GNUSTEP_MAKEFILES GNUSTEP_USER_DIR GNUSTEP_USER_DEFAULTS_DIR GNUSTEP_HOST GNUSTEP_HOST_CPU GNUSTEP_HOST_VENDOR GNUSTEP_HOST_OS GNUSTEP_IS_FLATTENED GNUSTEP_xxx_APPS GNUSTEP_xxx_TOOLS GNUSTEP_xxx_LIBRARY GNUSTEP_xxx_HEADERS GNUSTEP_xxx_LIBRARIES GNUSTEP_xxx_DOC GNUSTEP_xxx_DOC_MAN GNUSTEP_xxx_DOC_INFO where 'xxx' could be any of 'SYSTEM', 'NETWORK', 'LOCAL' and 'USER'. --objc-flags prints all the flags required to compile an ObjC file --objc-libs prints all the flags required to link a pure ObjC program (no foundation/gui) --base-libs prints all the flags required to link a command-line ObjC program (no gui) --gui-libs prints all the flags required to link a GUI ObjC program BUGS
None known SEE ALSO
GNUstep(7) HISTORY
Work on gnustep-config started in 2007 by Nicola Pero <nicola.pero@meta-innovation.com> AUTHORS
This man page was written by Dennis Leeuw <dleeuw@made-it.com>. COPYRIGHT
Copyright (C) 2007 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. GNUstep 24/12/2007 gnustep-config(1)
Man Page

6 More Discussions You Might Find Interesting

1. HP-UX

directory full?

I'm not a unix admin, just fell into support, so I may be asking a real duh question. Client runs a PeopleSoft HR/Payrool system. The batch server runs in HPUX PA_RISC 11.11 When a batch process runs, output is written to "staging" directory. When the job finishes, successfully or not, the... (1 Reply)
Discussion started by: abNORMal
1 Replies

2. Programming

Linux: dlopen fails to find symbols

I've attached a tar.gz containing three tests to demonstrate the problem I'm having. Within the tar are two shared libraries, two test applications, and a Makefile that builds the three tests. The shared libaries are libshlib1.so and libshlib2.so. Both export a function, libFunc, which takes... (5 Replies)
Discussion started by: DreamWarrior
5 Replies

3. Programming

Adding information to c file using perl

Hi, I have c file which contains more number of tests. two or more tests in one c file. I have the XMl data regarding tests. i need to add this xml data to c file at before the test. I know which file having which test and i created hash table for that. so the problem is i have to add information... (13 Replies)
Discussion started by: veerubiji
13 Replies

4. AIX

FS space usage

Hello. I have a clean-up script that deletes > 5days old files on /archive/idocs directory. This script runs twice a week, Tuesday and Friday. This creates a log file that shows the current space usage before and after the files were deleted from the directory. On Feb 3, the script ran and... (2 Replies)
Discussion started by: udelalv
2 Replies

5. AIX

No Paging Space Available

Whilst perfoming some tests on lvm's I managed to crash our test box. No real problem as it is only used by our tech team. however I would like to know why this was actually caused as the task being performed at the time was one which I though would not have any impact. Using dd I was... (5 Replies)
Discussion started by: tugger
5 Replies

6. Shell Programming and Scripting

Find the owner user of each folder in a list

Hello I have a file containing the list of different folders like this file_list.txt: /s8/tests/test1 /s8/tests/tests/test2 /s8/tests/test2 /s8/tests/tests/test2/test5 I want a script to put the owner user of each folder in front of it in the text file. So the reult would become... (5 Replies)
Discussion started by: Johanni
5 Replies