mirror of
https://github.com/gnustep/tools-make.git
synced 2025-06-04 19:20:47 +00:00
improve documentation
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@32268 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4d29c574a1
commit
38c6cf5512
3 changed files with 46 additions and 31 deletions
|
@ -68,7 +68,7 @@
|
|||
START_TEST/END_TEST can be used if the code being tested could raise
|
||||
and the exception should be considered a test failure. The exception
|
||||
is not reraised to allow subsequent tests to execute. The START_TEST
|
||||
macro takes an argument which will skip the test as UNSUPPORTED if it
|
||||
macro takes an argument which will skip the test as Skipped if it
|
||||
evaluates to 0, allowing runtime control of whether the code block
|
||||
should be executed. */
|
||||
#define START_TEST(supported) if ((supported)) { NS_DURING
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue