forked from Github_Repos/cvw
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)
|