From: Bart Van Assche Date: Fri, 14 Oct 2011 09:30:21 +0000 (+0000) Subject: Add insn_pclmulqdq regression test files to the distribution tarball even if the... X-Git-Tag: svn/VALGRIND_3_7_0~87 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42c970c72fbd5965db39c38ff944b138b499237a;p=thirdparty%2Fvalgrind.git Add insn_pclmulqdq regression test files to the distribution tarball even if the system on which the tarball has been generated does not support pclmulqdq git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12152 --- diff --git a/none/tests/amd64/Makefile.am b/none/tests/amd64/Makefile.am index 75a3efaa32..adcc6ea852 100644 --- a/none/tests/amd64/Makefile.am +++ b/none/tests/amd64/Makefile.am @@ -42,6 +42,8 @@ EXTRA_DIST = \ $(addsuffix .stderr.exp,$(INSN_TESTS)) \ $(addsuffix .stdout.exp,$(INSN_TESTS)) \ $(addsuffix .vgtest,$(INSN_TESTS)) \ + insn_pclmulqdq.vgtest insn_pclmulqdq.stdout.exp \ + insn_pclmulqdq.stderr.exp \ insn_sse3.stdout.exp insn_sse3.stderr.exp insn_sse3.vgtest \ insn_ssse3.stdout.exp insn_ssse3.stderr.exp insn_ssse3.vgtest \ jrcxz.stderr.exp jrcxz.stdout.exp jrcxz.vgtest \