aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHoward Mao <zhehao.mao@gmail.com>2016-05-03 16:58:45 -0700
committerHoward Mao <zhehao.mao@gmail.com>2016-05-03 16:58:45 -0700
commit4c08364e68da0a6d7e218378acf8894f8289a56f (patch)
treef102a2f6246920d28256a40c5bbf545ff449cb4d
parent32eee44a25a5511a11ec50a7f210fe7d2ffcd841 (diff)
downloadriscv-tests-4c08364e68da0a6d7e218378acf8894f8289a56f.zip
riscv-tests-4c08364e68da0a6d7e218378acf8894f8289a56f.tar.gz
riscv-tests-4c08364e68da0a6d7e218378acf8894f8289a56f.tar.bz2
get rid of empty asm test
-rw-r--r--isa/Makefile2
-rw-r--r--isa/rvall/Makefrag5
-rw-r--r--isa/rvall/empty.S23
3 files changed, 0 insertions, 30 deletions
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