Linux Audio

Check our new training course

Embedded Linux Audio

Check our new training course
with Creative Commons CC-BY-SA
lecture materials

Bootlin logo

Elixir Cross Referencer

Loading...
1
2
3
4
5
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