cvw/tests/wally-riscv-arch-test/riscv-test-suite/rv32i_m/F/Makefrag
2021-10-26 08:51:49 -07:00

15 lines
307 B
Plaintext

# RISC-V Architecture Test RV32IF Makefrag
#
# Copyright (c) 2021. IIT Madras. All rights reserved.
# SPDX-License-Identifier: BSD-3-Clause
#
# Description: Makefrag for RV32IF architectural tests
rv32if_sc_tests = \
rv32if_tests = $(addsuffix .elf, $(rv32if_sc_tests))
target_tests += $(rv32if_tests)