blob: 29b055441dbeb4dd1cc671291f6a4670c8512f60 [file] [log] [blame]
# 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
# completion.
#
# Each list entry is a dict with the following keys:
#
# name:
# Name of the test (required)
# binary_name:
# Basename of the test binary. Default: name (optional)
# verilator_extra_args:
# A list of additional command-line arguments passed to the Verilator
# simulation (optional).
# targets:
# List of targets for which the test is executed. The test will be executed
# on all targets if not given (optional).
TEST_SILICON_CREATOR_APPS_SELFCHECKING = [
{
"name": "dif_uart_smoketest",
},
]