mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Really add the gnustep-tests man page file
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@38025 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ee1f54933f
commit
c571c609a9
1 changed files with 57 additions and 0 deletions
57
Documentation/gnustep-tests.1
Normal file
57
Documentation/gnustep-tests.1
Normal file
|
@ -0,0 +1,57 @@
|
|||
.TH gnustep-tests 1 "29/06/2014" GNUstep "GNUstep System Manual"
|
||||
.SH NAME
|
||||
gnustep-tests \- script to run a GNUstep testsuite
|
||||
.SH SYNOPSIS
|
||||
.BR gnustep-tests " ["
|
||||
.I directory
|
||||
|
|
||||
.I test.m
|
||||
]
|
||||
.SH DESCRIPTION
|
||||
.B gnustep-tests
|
||||
runs the specified tests, or any tests found in the directory. If no
|
||||
arguments are given, the current directory and its subdirectories are
|
||||
scanned and processed accordingly.
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
.B \-\-documentation
|
||||
prints full details about the testing framework
|
||||
|
||||
.TP
|
||||
.B \-\-clean
|
||||
deletes old logs and any leftover files
|
||||
|
||||
.TP
|
||||
.B \-\-failfast
|
||||
stops after the first encountered test failure
|
||||
|
||||
.TP
|
||||
.B \-\-debug
|
||||
runs any failed tests in
|
||||
.BR gdb (1)
|
||||
|
||||
.TP
|
||||
.B \-\-developer
|
||||
treats any hopes as real tests
|
||||
|
||||
.TP
|
||||
.B \-\-verbose
|
||||
detailed log output
|
||||
|
||||
.TP
|
||||
.B \-\-sequential
|
||||
disables parallel building
|
||||
.SH SEE ALSO
|
||||
.BR GNUstep (7)
|
||||
.SH AUTHORS
|
||||
.B gnustep-tests
|
||||
was written by Alexander Malmberg <alexander@malmberg.org> and Richard
|
||||
Frith-Macdonald <rfm@gnu.org>.
|
||||
.PP
|
||||
This man page was written by Yavor Doganov <yavor@gnu.org>.
|
||||
.SH COPYRIGHT
|
||||
Copyright \(co 2014 Free Software Foundation, Inc.
|
||||
.PP
|
||||
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.
|
Loading…
Reference in a new issue