|
From: <sv...@va...> - 2006-12-13 14:35:12
|
Author: sewardj Date: 2006-12-13 14:35:03 +0000 (Wed, 13 Dec 2006) New Revision: 6397 Log: Include missing files in tarball. Modified: trunk/memcheck/tests/Makefile.am trunk/none/tests/amd64/Makefile.am Modified: trunk/memcheck/tests/Makefile.am =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/memcheck/tests/Makefile.am 2006-12-13 03:16:40 UTC (rev 6396) +++ trunk/memcheck/tests/Makefile.am 2006-12-13 14:35:03 UTC (rev 6397) @@ -124,6 +124,7 @@ vcpu_fbench.stdout.exp vcpu_fbench.stderr.exp vcpu_fbench.vgtest \ vcpu_fnfns.stdout.exp vcpu_fnfns.stderr.exp vcpu_fnfns.vgtest \ vgtest_ume.stderr.exp vgtest_ume.disabled \ + with-space.stderr.exp with-space.stdout.exp with-space.vgtest \ wrap1.vgtest wrap1.stdout.exp wrap1.stderr.exp \ wrap2.vgtest wrap2.stdout.exp wrap2.stderr.exp \ wrap3.vgtest wrap3.stdout.exp wrap3.stderr.exp \ Modified: trunk/none/tests/amd64/Makefile.am =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/none/tests/amd64/Makefile.am 2006-12-13 03:16:40 UTC (rev 6396) +++ trunk/none/tests/amd64/Makefile.am 2006-12-13 14:35:03 UTC (rev 6397) @@ -18,10 +18,10 @@ $(addsuffix .vgtest,$(INSN_TESTS)) \ jrcxz.stderr.exp jrcxz.stdout.exp jrcxz.vgtest \ looper.stderr.exp looper.stdout.exp looper.vgtest \ - nibz_bennee_mmap.stderr.exp nibz_bennee_mmap.stdout.exp=20 + nibz_bennee_mmap.stderr.exp nibz_bennee_mmap.stdout.exp \ nibz_bennee_mmap.vgtest \ - smc1.stderr.exp smc1.stdout.exp smc1.vgtest \ - shrld.stderr.exp shrld.stdout.exp shrld.vgtest + smc1.stderr.exp smc1.stdout.exp smc1.vgtest \ + shrld.stderr.exp shrld.stdout.exp shrld.vgtest =20 =20 check_PROGRAMS =3D \ |