From 3bef7de98b04c24a84ae5772e79b73f9266d68dd Mon Sep 17 00:00:00 2001 From: Carl Love Date: Fri, 25 Sep 2020 11:14:58 -0500 Subject: [PATCH] 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. --- 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 -- 2.47.3