Query: otest
OS: osx
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
otest(1) BSD General Commands Manual otest(1)NAMEotest -- SenTestingKit, OCUnit.SYNOPSISotest [-SenTest Self | All | None | <TestCaseClassName/testMethodName>] pathDESCRIPTIONotest runs the unit tests found in the bundle given at path.ARGUMENTS-SenTest value This flag denotes the scope of the unit test to be run. Possible values are Self, All, None and <TestCaseClassName/test- MethodName>. The default value is Self. path Path to the bundle that contains the unit tests. OBJECTIVE-C GARBAGE COLLECTION otest is built with support for Objective-C garbage collection. Due to the "whole process" nature of Objective-C garbage collection, invok- ing otest from the command line or an IDE or debugger will run otest with garbage collection enabled. Doing so requires that the bundle con- taining the unit tests also be built with support for garbage collection. To avoid this requirement and disable garbage collection, run otest in an environment with the OBJC_DISABLE_GC environment variable set to YES.ENVIRONMENTOBJC_DISABLE_GC Set to YES to disable Objective-C garbage collection for otest when running test bundles that do not use it.FILES/Developer/Tools/RunTargetUnitTests A script that calls otest with the correct arguments for use with Xcode.SEE ALSORunTargetUnitTests(1), otest(1) Xcode June 2, 2019 Xcode
| Related Man Pages |
|---|
| extractor(1) - linux |
| mixer(1) - linux |
| jocamlrun(1) - debian |
| runtargetunittests(1) - osx |
| otest(1) - osx |
| Similar Topics in the Unix Linux Community |
|---|
| pulling a column from a file in ksh |
| Making a Directory |
| Help with AWK and gsub |
| garbage collection not reflected in the nmon |
| Compiling Objective-C 2.0 under Linux |