mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-26 06:25:20 +00:00
15 lines
307 B
Plaintext
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)
|