|
From: Carl L. <ca...@so...> - 2020-09-25 18:19:43
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=3bef7de98b04c24a84ae5772e79b73f9266d68dd commit 3bef7de98b04c24a84ae5772e79b73f9266d68dd Author: Carl Love <ce...@us...> Date: Fri Sep 25 11:14:58 2020 -0500 PPC64 tests Makefile.am cleanup Fix the file consistency check in none/tests/ppc64/Makefile.am. Subsequent patches for the PPC ISA 3.1 support will fully add the additional tests. Diff: --- none/tests/ppc64/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/none/tests/ppc64/Makefile.am b/none/tests/ppc64/Makefile.am index e029e7398f..11f0a541f0 100644 --- a/none/tests/ppc64/Makefile.am +++ b/none/tests/ppc64/Makefile.am @@ -51,6 +51,9 @@ EXTRA_DIST = \ test_isa_3_0_other.stdout.exp-LE test_isa_3_0_other.vgtest \ test_isa_3_1_RT.vgtest test_isa_3_1_RT.stderr.exp test_isa_3_1_RT.stdout.exp \ test_isa_3_1_XT.vgtest test_isa_3_1_XT.stderr.exp test_isa_3_1_XT.stdout.exp \ + test_isa_3_1_VRT.vgtest \ + test_isa_3_1_Misc.vgtest \ + test_isa_3_1_AT.vgtest \ subnormal_test.stderr.exp subnormal_test.stdout.exp \ subnormal_test.vgtest # test_isa_3_1_VRT.vgtest test_isa_3_1_VRT.stderr.exp test_isa_3_1_VRT.stdout.exp |