From d9cf88b35ad211d873f48b41fd985e22ff049b83 Mon Sep 17 00:00:00 2001 From: Vic Yang Date: Wed, 15 May 2013 11:18:21 +0800 Subject: Add thermal engine test BUG=chrome-os-partner:19236 TEST=Pass the test. BRANCH=None Change-Id: I1c96437e1fb3492faa5352383f852dc1d2718ace Signed-off-by: Vic Yang Reviewed-on: https://gerrit.chromium.org/gerrit/51248 Reviewed-by: Vincent Palatin --- test/thermal.tasklist | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/thermal.tasklist') diff --git a/test/thermal.tasklist b/test/thermal.tasklist index 26cfc53453..ab0b5484f5 100644 --- a/test/thermal.tasklist +++ b/test/thermal.tasklist @@ -14,4 +14,5 @@ * 'd' in an opaque parameter passed to the routine at startup * 's' is the stack size in bytes; must be a multiple of 8 */ -#define CONFIG_TEST_TASK_LIST /* No test task */ +#define CONFIG_TEST_TASK_LIST \ + TASK_TEST(THERMAL, thermal_task, NULL, TASK_STACK_SIZE) -- cgit v1.2.1