summaryrefslogtreecommitdiff
path: root/zephyr/test
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test')
-rw-r--r--zephyr/test/tasks/prj.conf1
-rw-r--r--zephyr/test/tasks/shimmed_test_tasks.h (renamed from zephyr/test/tasks/shimmed_tasks.h)6
2 files changed, 4 insertions, 3 deletions
diff --git a/zephyr/test/tasks/prj.conf b/zephyr/test/tasks/prj.conf
index 572ee9bb25..d2cdafda60 100644
--- a/zephyr/test/tasks/prj.conf
+++ b/zephyr/test/tasks/prj.conf
@@ -3,4 +3,5 @@
# found in the LICENSE file.
CONFIG_ZTEST=y
+CONFIG_HAS_TEST_TASKS=y
CONFIG_POLL=y
diff --git a/zephyr/test/tasks/shimmed_tasks.h b/zephyr/test/tasks/shimmed_test_tasks.h
index df3f7ceef0..268b452983 100644
--- a/zephyr/test/tasks/shimmed_tasks.h
+++ b/zephyr/test/tasks/shimmed_test_tasks.h
@@ -3,8 +3,8 @@
* found in the LICENSE file.
*/
-#ifndef __CROS_EC_SHIMMED_TASKS_H
-#define __CROS_EC_SHIMMED_TASKS_H
+#ifndef __CROS_EC_SHIMMED_TEST_TASKS_H
+#define __CROS_EC_SHIMMED_TEST_TASKS_H
/*
* Manually define these HAS_TASK_* defines. There is a build time assert
@@ -17,4 +17,4 @@
CROS_EC_TASK(TASK_1, task1_entry, 0, 512) \
CROS_EC_TASK(TASK_2, task2_entry, 0, 512)
-#endif /* __CROS_EC_SHIMMED_TASKS_H */
+#endif /* __CROS_EC_SHIMMED_TEST_TASKS_H */