OCUnit Makefiles README

The content of this folder should be merged with your local Makefile directory, for instance /Local/Developer/Makefiles. 


Resources/otestSpec.plist
Defines the syntax of test results to be processed by the BuildFilter tool. It is used to report errors in ProjectBuilder's build panel top view. You may have to edit the "Executables" plist to the path of otest on your system (otest is a tool subproject of the Shikenjo project, once compiled, it can be found in Shikenjo.app Resources)


pb_makefiles/test.make
Defines the test and test_debug targets. Add to your local pb_makefiles.


pb_makefiles/common.make.postamble
Includes test.make . Should be merged with your pb_makefiles/common.make.postamble.


pb_makefiles/aggregate.make.preamble
Defines recursive test and test_debug targets. Should be merged with your pb_makefiles/aggregate.make.preamble.