We have many tests that are being built as stand-alone binaries for no good reason. Those can be put in one single test to speed up testing and CI verification. Currently we do support the following in test_common: - byteorder - printk - intmath - slist - atomic - ring_buf In addition, the test now uses the ztest framework. Change-Id: I656ac7f4acf48b7de4ec81c9f5dafc9dea3da911 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
6 lines
99 B
Makefile
6 lines
99 B
Makefile
KERNEL_TYPE = unified
|
|
CONF_FILE ?= prj.conf
|
|
BOARD ?= qemu_x86
|
|
|
|
include $(ZEPHYR_BASE)/Makefile.inc
|