Updated excluded 32-bit tests

This commit is contained in:
Santosh Srivatsan 2022-02-03 22:33:47 -05:00
parent 71e8a30186
commit 212ee21b54

View file

@ -5,7 +5,7 @@ ALL_TESTS_64 := $(wildcard rv64*.hex)
D_TESTS_32 := $(wildcard rv32ud-p-*.hex)
EXCLUDED_TESTS_32 := $(V_TESTS) $(D_TESTS_32) rv32uf-p-recoding.hex rv32uf-p-fcvt.hex
EXCLUDED_TESTS_32 := $(V_TESTS) $(D_TESTS_32)
EXCLUDED_TESTS_64 := rv64ud-p-recoding.hex
TESTS_32 := $(filter-out $(EXCLUDED_TESTS_32), $(ALL_TESTS_32))