move include directory for tests cases to tests/

Make the test case routines reside under tests.

Change-Id: Iea59a68e8b537954250d63923a88df267639e716
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2016-01-30 10:41:35 -05:00 committed by Anas Nashif
parent 0d63b2eada
commit 8290b4c795
47 changed files with 43 additions and 43 deletions

View file

@ -1,4 +1,4 @@
ccflags-y += -I$(CURDIR)/misc/generated/sysgen
ccflags-y += -I$(srctree)/samples/include
ccflags-y += -I$(srctree)/tests/include
obj-y=boot_time.o

View file

@ -1,5 +1,5 @@
ccflags-y += -I$(CURDIR)/misc/generated/sysgen
ccflags-y += -I$(srctree)/samples/include
ccflags-y += -I$(srctree)/tests/include
ccflags-$(CONFIG_SOC_QUARK_D2000) += -DSTACKSIZE=256
obj-y = main.o \

View file

@ -1,3 +1,3 @@
ccflags-y += -I${srctree}/samples/include
ccflags-y += -I${srctree}/tests/include
obj-y = bluetooth.o

View file

@ -1,2 +1,2 @@
ccflags-y += -I$(srctree)/samples/include -I$(srctree)/lib/crypto/tinycrypt/include
ccflags-y += -I$(srctree)/tests/include -I$(srctree)/lib/crypto/tinycrypt/include
obj-y = test_aes.o

View file

@ -1,2 +1,2 @@
ccflags-y += -I$(srctree)/samples/include -I$(srctree)/lib/crypto/tinycrypt/include
ccflags-y += -I$(srctree)/tests/include -I$(srctree)/lib/crypto/tinycrypt/include
obj-y = test_cbc_mode.o

View file

@ -1,2 +1,2 @@
ccflags-y += -I$(srctree)/samples/include -I$(srctree)/lib/crypto/tinycrypt/include
ccflags-y += -I$(srctree)/tests/include -I$(srctree)/lib/crypto/tinycrypt/include
obj-y = test_ccm_mode.o

View file

@ -1,2 +1,2 @@
ccflags-y += -I$(srctree)/samples/include -I$(srctree)/lib/crypto/tinycrypt/include
ccflags-y += -I$(srctree)/tests/include -I$(srctree)/lib/crypto/tinycrypt/include
obj-y = test_cmac_mode.o

View file

@ -1,2 +1,2 @@
ccflags-y += -I$(srctree)/samples/include -I$(srctree)/lib/crypto/tinycrypt/include
ccflags-y += -I$(srctree)/tests/include -I$(srctree)/lib/crypto/tinycrypt/include
obj-y = test_ctr_mode.o

View file

@ -1,2 +1,2 @@
ccflags-y += -I$(srctree)/samples/include -I$(srctree)/lib/crypto/tinycrypt/include
ccflags-y += -I$(srctree)/tests/include -I$(srctree)/lib/crypto/tinycrypt/include
obj-y = test_hmac.o

View file

@ -1,3 +1,3 @@
ccflags-y += -I$(srctree)/samples/include -I$(srctree)/lib/crypto/tinycrypt/include
ccflags-y += -I$(srctree)/tests/include -I$(srctree)/lib/crypto/tinycrypt/include
obj-y = test_hmac_prng.o

View file

@ -1,3 +1,3 @@
ccflags-y += -I$(srctree)/samples/include -I$(srctree)/lib/crypto/tinycrypt/include
ccflags-y += -I$(srctree)/tests/include -I$(srctree)/lib/crypto/tinycrypt/include
obj-y = test_sha256.o

View file

@ -1,3 +1,3 @@
ccflags-y += -I${srctree}/samples/include
ccflags-y += -I${srctree}/tests/include
obj-y = main.o

View file

@ -1,3 +1,3 @@
ccflags-y += -I${srctree}/samples/include
ccflags-y += -I${srctree}/tests/include
obj-y = atomic.o

View file

@ -1,4 +1,4 @@
ccflags-y += -I${srctree}/samples/include
ccflags-y += -I${srctree}/tests/include
ccflags-$(CONFIG_SOC_QUARK_D2000) += -DFIBER_STACKSIZE=256
obj-y = context.o

View file

@ -1,3 +1,3 @@
ccflags-y += -I${srctree}/samples/include
ccflags-y += -I${srctree}/tests/include
obj-y = critical.o

View file

@ -1,3 +1,3 @@
ccflags-y += -I${srctree}/samples/include
ccflags-y += -I${srctree}/tests/include
obj-y = main.o

View file

@ -1,3 +1,3 @@
ccflags-y += -I${srctree}/samples/include
ccflags-y += -I${srctree}/tests/include
obj-y = events.o test_fiber.o

View file

@ -1,3 +1,3 @@
ccflags-y += -I${srctree}/samples/include
ccflags-y += -I${srctree}/tests/include
obj-y = fifo.o

View file

@ -1,4 +1,4 @@
ccflags-y += -I${srctree}/samples/include
ccflags-y += -I${srctree}/tests/include
ccflags-$(CONFIG_SOC_QUARK_D2000) += -DFIBER_STACKSIZE=256
obj-y = fifo.o fifo_timeout.o

View file

@ -1,4 +1,4 @@
ccflags-y += -I${srctree}/samples/include
ccflags-y += -I${srctree}/tests/include
obj-y += main.o
obj-y += pi.o

View file

@ -1,4 +1,4 @@
ccflags-y += -I${srctree}/samples/include
ccflags-y += -I${srctree}/tests/include
obj-y = ipm_dummy.o test_ipm.o

View file

@ -1,4 +1,4 @@
ccflags-y += -I${srctree}/samples/include
ccflags-y += -I${srctree}/tests/include
obj-y = libraries.o
obj-y += main.o

View file

@ -1,4 +1,4 @@
ccflags-y += -I${srctree}/samples/include
ccflags-y += -I${srctree}/tests/include
ccflags-$(CONFIG_SOC_QUARK_D2000) += -DFIBER_STACKSIZE=256
obj-y = lifo.o

View file

@ -1,3 +1,3 @@
ccflags-y += -I${srctree}/samples/include
ccflags-y += -I${srctree}/tests/include
obj-y = mail.o main.o

View file

@ -1,3 +1,3 @@
ccflags-y += -I${srctree}/samples/include
ccflags-y += -I${srctree}/tests/include
obj-y = map.o

View file

@ -1,4 +1,4 @@
ccflags-y += -I${srctree}/samples/include
ccflags-y += -I${srctree}/tests/include
obj-y += main.o
obj-y += asm_$(ARCH).o

View file

@ -1,3 +1,3 @@
ccflags-y += -I${srctree}/samples/include
ccflags-y += -I${srctree}/tests/include
obj-y = mutex.o task50.o

View file

@ -1,3 +1,3 @@
ccflags-y += -I${srctree}/samples/include
ccflags-y += -I${srctree}/tests/include
obj-y = main.o pipe.o

View file

@ -1,3 +1,3 @@
ccflags-y += -I${srctree}/samples/include
ccflags-y += -I${srctree}/tests/include
obj-y = pool.o

View file

@ -1,3 +1,3 @@
ccflags-y += -I${srctree}/samples/include
ccflags-y += -I${srctree}/tests/include
obj-y = test-rand32.o

View file

@ -1,4 +1,4 @@
ccflags-y += -I${srctree}/samples/include
ccflags-y += -I${srctree}/tests/include
obj-y = test_ring_buf.o

View file

@ -1,3 +1,3 @@
ccflags-y += -I${srctree}/samples/include
ccflags-y += -I${srctree}/tests/include
obj-y = main.o sema.o test_fiber.o

View file

@ -1,4 +1,4 @@
ccflags-y += -I${srctree}/samples/include
ccflags-y += -I${srctree}/tests/include
ccflags-$(CONFIG_SOC_QUARK_D2000) += -DFIBER_STACKSIZE=256
obj-y = sema.o

View file

@ -1,3 +1,3 @@
ccflags-y += -I${srctree}/samples/include
ccflags-y += -I${srctree}/tests/include
obj-y = test_sprintf.o

View file

@ -1,3 +1,3 @@
ccflags-y += -I${srctree}/samples/include
ccflags-y += -I${srctree}/tests/include
obj-y = stack.o

View file

@ -1,3 +1,3 @@
ccflags-y += -I${srctree}/samples/include
ccflags-y += -I${srctree}/tests/include
obj-y = stackprot.o

View file

@ -1,3 +1,3 @@
ccflags-y += -I${srctree}/samples/include
ccflags-y += -I${srctree}/tests/include
obj-y = static_idt.o test_stubs.o

View file

@ -1,3 +1,3 @@
ccflags-y += -I${srctree}/samples/include
ccflags-y += -I${srctree}/tests/include
obj-y = task.o

View file

@ -1,3 +1,3 @@
ccflags-y += -I${srctree}/samples/include
ccflags-y += -I${srctree}/tests/include
obj-y = main.o raise_int.o test_device.o

View file

@ -1,4 +1,4 @@
ccflags-y += -I${srctree}/samples/include
ccflags-y += -I${srctree}/tests/include
obj-y = test_tickless.o
ifeq ($(ARCH),arm)

View file

@ -1,4 +1,4 @@
ccflags-y += -I${srctree}/samples/include \
ccflags-y += -I${srctree}/tests/include \
-I$(srctree)/tests/kernel/test_fifo/nanokernel/src/
obj-y = timer.o

View file

@ -1,4 +1,4 @@
ccflags-y += -I${srctree}/samples/include
ccflags-y += -I${srctree}/tests/include
ccflags-$(CONFIG_SOC_QUARK_D2000) += -DFIBER_STACKSIZE=256 -DFIBER2_STACKSIZE=256
obj-y=timer.o

View file

@ -1,3 +1,3 @@
ccflags-y += -I${srctree}/samples/include
ccflags-y += -I${srctree}/tests/include
obj-y = test_xip.o test_xip_helper.o