X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Ftest.h;h=aacf7e15341b43226b865d74f785ac26aa552c9a;hb=ab2e3c8c6b808390634d5065e41b1bf31e9eb600;hp=f9c6ec21d4edf0562b4352de054ce118f3f59208;hpb=8e61208aaf8657a4740dbf4b8bd8e880c4403353;p=bertos.git diff --git a/bertos/cfg/test.h b/bertos/cfg/test.h index f9c6ec21..aacf7e15 100644 --- a/bertos/cfg/test.h +++ b/bertos/cfg/test.h @@ -41,9 +41,11 @@ * platforms, these macros come in handy. * Your module_test should supply three basic functions: * + * \code * int module_testSetup(void) * int module_testRun(void) * int module_testTearDown(void) + * \endcode * * All of these should return 0 if ok or a value != 0 on errors. *