X-Git-Url: http://git.droids-corp.org/?p=protos%2Flibecoli.git;a=blobdiff_plain;f=include%2Fecoli_test.h;fp=include%2Fecoli_test.h;h=e4b091b38e3c4f89b797f9644951de64b1726c7a;hp=94cd0b9ba78a93ac4d716ef8f639d0af4e4418ca;hb=e18710da81b4c53b357dde2ca55005344edc314f;hpb=31ab7b9ac5570db9da50014abb31adb618218324 diff --git a/include/ecoli_test.h b/include/ecoli_test.h index 94cd0b9..e4b091b 100644 --- a/include/ecoli_test.h +++ b/include/ecoli_test.h @@ -2,6 +2,13 @@ * Copyright 2016, Olivier MATZ */ +/** + * @defgroup test Test + * @{ + * + * @brief Helpers for unit tests + */ + #ifndef ECOLI_TEST_ #define ECOLI_TEST_ @@ -95,3 +102,5 @@ int ec_test_check_complete(struct ec_node *node, }) #endif + +/** @} */