summaryrefslogtreecommitdiff
path: root/tests/test-progs/asmtest/src/riscv/isa/rv64samt/Makefrag
blob: 5fb3710279acd2201ac096ebcbdb1a971f28a69a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#=========================================================================
# Makefrag for rv64samt tests
#=========================================================================

rv64sa_mt_tests = sysclone_d \
                  sysfutex_d \
                  sysfutex1_d \
                  sysfutex2_d \
                  sysfutex3_d \

rv64samt_ps_tests = $(addprefix rv64samt-ps-, $(rv64sa_mt_tests))

spike_tests += $(rv64samt_ps_tests)