Revision 53710ca3 os/core/src/aos_unittest.c

View differences:

os/core/src/aos_unittest.c
16 16
along with this program.  If not, see <http://www.gnu.org/licenses/>.
17 17
*/
18 18

  
19
/**
20
 * @file    aos_unittest.c
21
 * @brief   Unittest code.
22
 * @details Functions to initialize and run unittests, 
23
 *          as well as utility functions to be used in unittests.
24
 *
25
 * @addtogroup aos_unittests
26
 * @{
27
 */
28

  
19 29
#include <aos_unittest.h>
20 30

  
21 31
#if (AMIROOS_CFG_TESTS_ENABLE == true) || defined(__DOXYGEN__)
......
262 272
}
263 273

  
264 274
#endif /* AMIROOS_CFG_TESTS_ENABLE == true */
275

  
276
/** @} */

Also available in: Unified diff