2 Copyright © 1995-2014, The AROS Development Team. All rights reserved.
6 /* Prototypes for mandatory functions */
10 #define OK 0 /* All tests succeeded */
11 #define FAIL 5 /* Some of the tests failed */
17 printf( "Test FAILED in %s, line %d.\n", __FILE__, __LINE__ ); \
23 printf( "Test passed in %s, line %d.\n", __FILE__, __LINE__ ); \
26 /* Only output when not passing */
27 #define TESTFALSE(x) \
30 printf( "Test FAILED in %s, line %d.\n", __FILE__, __LINE__ ); \