logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

gnustep-tests - script to run a GNUstep testsuite

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>.

Description

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.

Name

       gnustep-tests - script to run a GNUstep testsuite

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)

Synopsis

gnustep-tests [ directory | test.m ]

See Also