ucx/test.h

changeset 27
22644e2572bc
parent 26
59f147baea31
child 33
9c219a62070d
     1.1 --- a/ucx/test.h	Sat Feb 18 15:50:43 2012 +0100
     1.2 +++ b/ucx/test.h	Sat Feb 18 18:36:30 2012 +0100
     1.3 @@ -30,6 +30,7 @@
     1.4  void ucx_test_register(UcxTestSuite*, UcxTest);
     1.5  void ucx_test_run(UcxTestSuite*, FILE*);
     1.6  
     1.7 +#define UCX_TEST_DECLARE(name) void name(UcxTestSuite*,FILE *);
     1.8  #define UCX_TEST_BEGIN(name) void name(UcxTestSuite* _suite_,FILE *_output_) {\
     1.9      fwrite("Running "#name"... ", 1, 12+strlen(#name), _output_);
    1.10  

mercurial