Rv32ud tests (#108)
[riscv-tests.git] / isa / rv32ud / Makefrag
1 #=======================================================================
2 # Makefrag for rv32ud tests
3 #-----------------------------------------------------------------------
4
5 rv32ud_sc_tests = \
6 fadd fdiv fclass fcmp fcvt fcvt_w fmadd fmin \
7 ldst recoding \
8
9 # TODO: use this line instead of the last of the previous once move and structural tests have been implemented
10 # ldst move structural recoding \
11
12 rv32ud_p_tests = $(addprefix rv32ud-p-, $(rv32ud_sc_tests))
13 rv32ud_v_tests = $(addprefix rv32ud-v-, $(rv32ud_sc_tests))
14
15 spike32_tests += $(rv32ud_p_tests) $(rv32ud_v_tests)