From 5964eaa336551c27e2e98634c4aa620122b02611 Mon Sep 17 00:00:00 2001 From: Michael Frey Date: Thu, 29 Jun 2017 12:54:37 +0200 Subject: [PATCH] doc: changed include and function call in README --- tests/unittests/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */