summaryrefslogtreecommitdiff
path: root/tests/benchmark/sys_kernel/Makefile
diff options
context:
space:
mode:
authorBenjamin Walsh <benjamin.walsh@windriver.com>2016-10-31 17:12:23 -0400
committerAnas Nashif <nashif@linux.intel.com>2016-11-01 16:52:44 +0000
commit1952ac1611c9b2877daf1618f60145370d77b7b2 (patch)
tree60d314c1a75794ef3b6b23ee3f73e2353cb540ab /tests/benchmark/sys_kernel/Makefile
parentbfcf575cbbd9d796485a8a95fc77187cddd1322a (diff)
unified/test Adapt sys_kernel test to unified kernel
As unified kernel starts main() application function, remove test thread. Remove nanokernel part of the test since their code base is identical. Change-Id: I2afb4c0da2d139b159c89186166afdb5d9813d61 Signed-off-by: Dmitriy Korovkin <dmitriy.korovkin@windriver.com> Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
Diffstat (limited to 'tests/benchmark/sys_kernel/Makefile')
-rw-r--r--tests/benchmark/sys_kernel/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/benchmark/sys_kernel/Makefile b/tests/benchmark/sys_kernel/Makefile
new file mode 100644
index 000000000..c722d034c
--- /dev/null
+++ b/tests/benchmark/sys_kernel/Makefile
@@ -0,0 +1,5 @@
+KERNEL_TYPE = unified
+BOARD ?= qemu_x86
+CONF_FILE = prj.conf
+
+include ${ZEPHYR_BASE}/Makefile.inc