| # Copyright lowRISC contributors. |
| # Licensed under the Apache License, Version 2.0, see LICENSE for details. |
| # SPDX-License-Identifier: Apache-2.0 |
| # List of self-checking test applications, which return PASS or FAIL after |
| # Each list entry is a dict with the following keys: |
| # Name of the test (required) |
| # Basename of the test binary. Default: name (optional) |
| # A list of additional command-line arguments passed to the Verilator |
| # List of targets for which the test is executed. The test will be executed |
| # on all targets if not given (optional). |
| TEST_APPS_SELFCHECKING = [ |
| "name": "dif_aes_smoketest", |
| "targets": ["sim_verilator"], |