diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/ChangeLog | 4 | ||||
-rw-r--r-- | test/Makefile.am | 2 | ||||
-rw-r--r-- | test/Makefile.in | 2 |
3 files changed, 8 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index b05c2896..e7bddcd3 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,7 @@ +2016-01-28 Arnold D. Robbins <arnold@skeeve.com> + + * Makefile.am (EXTRA_DIST): Add profile9.awk and profile9.ok. + 2016-01-14 Arnold D. Robbins <arnold@skeeve.com> * Makefile.am (aryprm9): New test. diff --git a/test/Makefile.am b/test/Makefile.am index 02748c18..2147d34b 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -776,6 +776,8 @@ EXTRA_DIST = \ profile7.ok \ profile8.awk \ profile8.ok \ + profile9.awk \ + profile9.ok \ prt1eval.awk \ prt1eval.ok \ prtoeval.awk \ diff --git a/test/Makefile.in b/test/Makefile.in index f76b4d59..927be043 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -1033,6 +1033,8 @@ EXTRA_DIST = \ profile7.ok \ profile8.awk \ profile8.ok \ + profile9.awk \ + profile9.ok \ prt1eval.awk \ prt1eval.ok \ prtoeval.awk \ |