zephyr/tests/ztest/Kbuild

6 lines
178 B
Makefile

ccflags-y += -I$(ZEPHYR_BASE)/tests/include
ccflags-y += -I$(ZEPHYR_BASE)/tests/ztest/include
obj-$(CONFIG_ZTEST) += src/ztest.o
obj-$(CONFIG_ZTEST_MOCKING) += src/ztest_mock.o