diff --git a/tests/unittests/README.md b/tests/unittests/README.md index a56d82151..20562c6b3 100644 --- a/tests/unittests/README.md +++ b/tests/unittests/README.md @@ -195,7 +195,7 @@ Every ``tests-/tests-*.c`` file you add to ``tests/unittests /* clib includes */ -#include "embUnit/embUnit.h" +#include "embUnit.h" #include "
.h" @@ -253,7 +253,7 @@ Test *tests__
_tests(void) /* ... */ }; - EMB_UNIT_TESTCALLER(_
_tests, "_
_tests", + EMB_UNIT_TESTCALLER(_
_tests, tests__
_set_up, tests__
_tear_down, fixtures); /* set up and tear down function can be NULL if omitted */