tests: custom_lib: Fix include paths
Align to the new standard that prefixes zephyr/. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
parent
0fa90bc0e7
commit
c7a42920d8
|
@ -11,8 +11,8 @@
|
|||
* library works correctly.
|
||||
*/
|
||||
|
||||
#include <zephyr.h>
|
||||
#include <ztest.h>
|
||||
#include <zephyr/kernel.h>
|
||||
#include <zephyr/ztest.h>
|
||||
#include <custom_lib/custom_lib.h>
|
||||
|
||||
static void test_get_value(void)
|
||||
|
|
Loading…
Reference in a new issue