aboutsummaryrefslogtreecommitdiff
path: root/none
diff options
context:
space:
mode:
authorzliu <zliu@a5019735-40e9-0310-863c-91ae7b9d1cf9>2015-08-04 04:59:41 +0000
committerzliu <zliu@a5019735-40e9-0310-863c-91ae7b9d1cf9>2015-08-04 04:59:41 +0000
commit82b558ebaeadf4af030d79ba6dda1545200f3efb (patch)
treecc3b091fcc605bbc2337776c2fb94e01db30dad3 /none
parent5e5cb009574352880f1bc530e1a73ddaae5003fc (diff)
downloadvalgrind-82b558ebaeadf4af030d79ba6dda1545200f3efb.tar.gz
Fix the "make regtest" error caused by the new tilegx instruction tests
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15481 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'none')
-rw-r--r--none/tests/tilegx/Makefile.am12
1 files changed, 10 insertions, 2 deletions
diff --git a/none/tests/tilegx/Makefile.am b/none/tests/tilegx/Makefile.am
index 4b42f523a..a2f704a19 100644
--- a/none/tests/tilegx/Makefile.am
+++ b/none/tests/tilegx/Makefile.am
@@ -4,7 +4,10 @@ include $(top_srcdir)/Makefile.tool-tests.am
dist_noinst_SCRIPTS = \
filter_stderr
-EXTRA_DIST = \
+EXTRA_DIST =
+
+if VGCONF_ARCHS_INCLUDE_TILEGX
+EXTRA_DIST += \
insn_test_move_X0.stdout.exp insn_test_move_X0.stderr.exp \
insn_test_move_X0.vgtest \
insn_test_move_X1.stdout.exp insn_test_move_X1.stderr.exp \
@@ -1058,10 +1061,14 @@ EXTRA_DIST = \
insn_test_xori_X0.vgtest \
insn_test_xori_X1.stdout.exp insn_test_xori_X1.stderr.exp \
insn_test_xori_X1.vgtest
+endif
bin_PROGRAMS = gen_insn_test
-insn_tests = \
+insn_tests =
+
+if VGCONF_ARCHS_INCLUDE_TILEGX
+insn_tests += \
insn_test_move_X0 \
insn_test_move_X1 \
insn_test_move_Y0 \
@@ -1577,6 +1584,7 @@ insn_tests = \
insn_test_xor_Y1 \
insn_test_xori_X0 \
insn_test_xori_X1
+endif
check_PROGRAMS = \
allexec \