1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-30 08:51:19 +01:00

tests: fix bad copy+paste in tests-core.h

This commit is contained in:
René Kijewski 2014-09-29 18:47:59 +02:00
parent 0c3bc4a58d
commit bc0f5ebf4c

View File

@ -26,7 +26,7 @@
void tests_core(void);
/**
* @brief Generates tests atomic.h
* @brief Generates tests for atomic.h
*
* @return embUnit tests if successful, NULL if not.
*/
@ -40,28 +40,28 @@ Test *tests_core_atomic_tests(void);
Test *tests_core_bitarithm_tests(void);
/**
* @brief Generates tests cib.h
* @brief Generates tests for cib.h
*
* @return embUnit tests if successful, NULL if not.
*/
Test *tests_core_cib_tests(void);
/**
* @brief Generates tests clist.h
* @brief Generates tests for clist.h
*
* @return embUnit tests if successful, NULL if not.
*/
Test *tests_core_clist_tests(void);
/**
* @brief Generates tests lifo.h
* @brief Generates tests for lifo.h
*
* @return embUnit tests if successful, NULL if not.
*/
Test *tests_core_lifo_tests(void);
/**
* @brief Generates tests priority_queue.h
* @brief Generates tests for priority_queue.h
*
* @return embUnit tests if successful, NULL if not.
*/