5 lines
127 B
Makefile
5 lines
127 B
Makefile
|
ifdef CONFIG_ZTEST
|
||
|
ZEPHYRINCLUDE += -I$(ZEPHYR_BASE)/tests/include
|
||
|
ZEPHYRINCLUDE += -I$(ZEPHYR_BASE)/tests/ztest/include
|
||
|
endif
|