X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Ftest.h;h=6f700e1239de427bdbf08aa7abab177906303950;hb=39e200e1f43474a96888f97e2271728c9605ccbe;hp=f9c6ec21d4edf0562b4352de054ce118f3f59208;hpb=8e61208aaf8657a4740dbf4b8bd8e880c4403353;p=bertos.git diff --git a/bertos/cfg/test.h b/bertos/cfg/test.h index f9c6ec21..6f700e12 100644 --- a/bertos/cfg/test.h +++ b/bertos/cfg/test.h @@ -32,7 +32,6 @@ * * \brief Utility for the test suite. * - * \version $Id$ * * \author Daniele Basile * \author Francesco Sacchi @@ -41,9 +40,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. *