X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Ftest.h;h=a05db372fb6e0cab0a41cac86dc82e6f3440fe22;hb=c48b7b4a510c402db008971bddf7f3e20875cd86;hp=507ec17e8a9c22bc628e31629365e8a5e7263226;hpb=05b29c052a3454757bad2a8d2344261a59cd7a55;p=bertos.git diff --git a/bertos/cfg/test.h b/bertos/cfg/test.h index 507ec17e..a05db372 100644 --- a/bertos/cfg/test.h +++ b/bertos/cfg/test.h @@ -48,11 +48,13 @@ * All of these should return 0 if ok or a value != 0 on errors. * * Then, at the end of your module_test you can write: + * \code * #include TEST_ONLY(whatuneed.h) * #include TEST_ONLY(whatuneed.c) * #include TEST_ONLY(...) * * TEST_MAIN(module); + * \endcode * * The macro TEST_ONLY expand to nothing in non-TEST mode or to * the specified filename if _TEST is defined.