diff --git a/testsuite/expect/Makefile.am b/testsuite/expect/Makefile.am index 0ffd36273b94ab5f8afdd9b2ff8f64c37afbaef1..ece7aaf4f45e1427ae0d21d3f6f3e608b6ff5977 100644 --- a/testsuite/expect/Makefile.am +++ b/testsuite/expect/Makefile.am @@ -147,6 +147,8 @@ EXTRA_DIST = \ test7.4 \ test7.4.sh \ test7.4.prog.c \ + test7.5 \ + test7.5.prog.c \ test8.1 \ test8.2 \ test8.3 \ diff --git a/testsuite/expect/Makefile.in b/testsuite/expect/Makefile.in index 3d953eb0f30c3257e4791b174b2bb21ea0677b66..35800443b4983d1adb9e0eff8a0e762b491fd868 100644 --- a/testsuite/expect/Makefile.in +++ b/testsuite/expect/Makefile.in @@ -391,6 +391,8 @@ EXTRA_DIST = \ test7.4 \ test7.4.sh \ test7.4.prog.c \ + test7.5 \ + test7.5.prog.c \ test8.1 \ test8.2 \ test8.3 \