summaryrefslogtreecommitdiff
path: root/test/run_device_tests.py
diff options
context:
space:
mode:
authorTom Hughes <tomhughes@chromium.org>2022-06-24 13:17:36 -0700
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-07-07 18:43:27 +0000
commit54e603413f987e995486ede3ddccce1aebbe2c93 (patch)
tree6e95d9f7aebf437f8247af69310c77b2862ba34f /test/run_device_tests.py
parent12865c86276d642a526df5f7b053db62409fe421 (diff)
downloadchrome-ec-54e603413f987e995486ede3ddccce1aebbe2c93.tar.gz
Move standard library tests to their own file
The standard library functions are being consolidated in stdlib.c, so this test mirrors the same layout. BRANCH=none BUG=none TEST=make buildall -j Signed-off-by: Tom Hughes <tomhughes@chromium.org> Change-Id: I2d7f7671f23a0c4e5f09ef9e0d5d8c25688cd376 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3724489 Reviewed-by: Edward Hill <ecgh@chromium.org>
Diffstat (limited to 'test/run_device_tests.py')
-rwxr-xr-xtest/run_device_tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/run_device_tests.py b/test/run_device_tests.py
index 337e4e6693..8de2fa417c 100755
--- a/test/run_device_tests.py
+++ b/test/run_device_tests.py
@@ -215,6 +215,7 @@ class AllTests:
TestConfig(test_name='sha256'),
TestConfig(test_name='sha256_unrolled'),
TestConfig(test_name='static_if'),
+ TestConfig(test_name='stdlib'),
TestConfig(config_name='system_is_locked_wp_on',
test_name='system_is_locked', test_args=['wp_on'],
toggle_power=True, enable_hw_write_protect=True),