Make the test case routines reside under tests. Change-Id: Iea59a68e8b537954250d63923a88df267639e716 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
7 lines
114 B
Makefile
7 lines
114 B
Makefile
ccflags-y += -I${srctree}/tests/include
|
|
|
|
obj-y = test_tickless.o
|
|
ifeq ($(ARCH),arm)
|
|
obj-y += timestamps.o
|
|
endif
|