summaryrefslogtreecommitdiff
path: root/test/run_device_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/run_device_tests.py')
-rwxr-xr-xtest/run_device_tests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/run_device_tests.py b/test/run_device_tests.py
index 4bc4b020ea..7a9730286e 100755
--- a/test/run_device_tests.py
+++ b/test/run_device_tests.py
@@ -123,6 +123,8 @@ class AllTests:
TestConfig(name='flash_write_protect',
image_to_use=ImageType.RO,
toggle_power=True, enable_hw_write_protect=True),
+ 'fpsensor_hw':
+ TestConfig(name='fpsensor_hw'),
'fpsensor_spi_ro':
TestConfig(name='fpsensor', image_to_use=ImageType.RO,
test_args=['spi']),