mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
Updated excluded 32-bit tests
This commit is contained in:
parent
71e8a30186
commit
212ee21b54
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue