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:
Richard Frith-MacDonald 2011-02-21 20:45:51 +00:00
parent 4d29c574a1
commit 38c6cf5512
3 changed files with 46 additions and 31 deletions

View file

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