summaryrefslogtreecommitdiff
path: root/test/stm32f_rtc.tasklist
diff options
context:
space:
mode:
authorTom Hughes <tomhughes@chromium.org>2020-04-29 15:13:36 -0700
committerCommit Bot <commit-bot@chromium.org>2020-04-30 20:43:05 +0000
commit1f692079b7ff0fd9f3bc1b0f0b7cd1a6b473b8d9 (patch)
tree3de73aa7786bbcec095225ba595f81f293be495f /test/stm32f_rtc.tasklist
parenta3bfb8b262badd25ba65245b709362a7cda2e0df (diff)
downloadchrome-ec-1f692079b7ff0fd9f3bc1b0f0b7cd1a6b473b8d9.tar.gz
test: Add on-device unit test for STM32 RTC
BRANCH=none BUG=b:151105339 TEST=make BOARD=bloonchipper test-stm32f_rtc -j Flash stm32f_rtc.bin and "runtest" in the console Signed-off-by: Tom Hughes <tomhughes@chromium.org> Change-Id: I3debfd93b62cb269ad61af0e4ca7e195554b5548 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2171569 Reviewed-by: Eric Yilun Lin <yllin@chromium.org>
Diffstat (limited to 'test/stm32f_rtc.tasklist')
-rw-r--r--test/stm32f_rtc.tasklist9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/stm32f_rtc.tasklist b/test/stm32f_rtc.tasklist
new file mode 100644
index 0000000000..51734f058d
--- /dev/null
+++ b/test/stm32f_rtc.tasklist
@@ -0,0 +1,9 @@
+/* Copyright 2020 The Chromium OS Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+/**
+ * See CONFIG_TASK_LIST in config.h for details.
+ */
+#define CONFIG_TEST_TASK_LIST /* no tasks */