add empty ISA test
[riscv-tests.git] / isa / Makefile
index 636cbbe1d2ceeef43ed9ee0bdf204bc829c7d9b6..e3f0781e67dd08b8c3a7f647213bdab50aaf810b 100644 (file)
@@ -11,6 +11,7 @@ include $(src_dir)/rv64mi/Makefrag
 include $(src_dir)/rv32ui/Makefrag
 include $(src_dir)/rv32si/Makefrag
 include $(src_dir)/rv32mi/Makefrag
+include $(src_dir)/rvall/Makefrag
 
 default: all
 
@@ -60,6 +61,7 @@ tests += $$($(1)_tests)
 
 endef
 
+$(eval $(call compile_template,rvall))
 $(eval $(call compile_template,rv32ui,-m32))
 $(eval $(call compile_template,rv32si,-m32))
 $(eval $(call compile_template,rv32mi,-m32))