From: Howard Mao Date: Tue, 3 May 2016 23:58:45 +0000 (-0700) Subject: get rid of empty asm test X-Git-Url: https://git.libre-soc.org/?p=riscv-tests.git;a=commitdiff_plain;h=4c08364e68da0a6d7e218378acf8894f8289a56f get rid of empty asm test --- diff --git a/isa/Makefile b/isa/Makefile index e3f0781..636cbbe 100644 --- a/isa/Makefile +++ b/isa/Makefile @@ -11,7 +11,6 @@ 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 @@ -61,7 +60,6 @@ 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)) diff --git a/isa/rvall/Makefrag b/isa/rvall/Makefrag deleted file mode 100644 index 2cdedd7..0000000 --- a/isa/rvall/Makefrag +++ /dev/null @@ -1,5 +0,0 @@ -rvall_sc_tests = empty - -rvall_p_tests = $(addprefix rvall-p-, $(rvall_sc_tests)) - -spike_tests += $(rvall_p_tests) diff --git a/isa/rvall/empty.S b/isa/rvall/empty.S deleted file mode 100644 index 5c2dae9..0000000 --- a/isa/rvall/empty.S +++ /dev/null @@ -1,23 +0,0 @@ -# See LICENSE for license details. - -#***************************************************************************** -# add.S -#----------------------------------------------------------------------------- -# -# Test add instruction. -# - -#include "riscv_test.h" -#include "test_macros.h" - -RVTEST_RV64U -RVTEST_CODE_BEGIN - -RVTEST_CODE_END - - .data -RVTEST_DATA_BEGIN - - TEST_DATA - -RVTEST_DATA_END