| commit | 601683807006576f24ccf26dc933bba80d64075c | [log] [tgz] |
|---|---|---|
| author | Alphan Ulusoy <alphan@google.com> | Tue Dec 08 10:08:48 2020 -0500 |
| committer | Alphan Ulusoy <alphan@google.com> | Fri Dec 11 11:01:16 2020 -0500 |
| tree | a2cc1f3fa07b663bb3f1d68d9bb35c1f45b0893a | |
| parent | ba51066f891c1a88a190e36ac7d46105e08354e2 [diff] [blame] |
[sw/dif_gpio] Add GPIO smoke test Signed-off-by: Alphan Ulusoy <alphan@google.com>
diff --git a/test/systemtest/config.py b/test/systemtest/config.py index c12d38f..a3de7ac 100644 --- a/test/systemtest/config.py +++ b/test/systemtest/config.py
@@ -67,4 +67,9 @@ "name": "usbdev_test", "targets": ["sim_verilator"], }, + # Cannot run on sim_verilator due to the differences in the top level. + { + "name": "dif_gpio_smoketest", + "targets": ["fpga_nexysvideo"], + }, ]