diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-11-21 20:10:46 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-11-21 20:10:46 +0200 |
commit | ddd82e16cc63ff2d4bd6c135ea7f71cae7dfcfc4 (patch) | |
tree | 594fe8b7b2d3d9ac43010ef4946e1c41c4822155 | |
parent | 2489318970a3b82d8fe537dab91508d254e54bdc (diff) | |
download | egawk-ddd82e16cc63ff2d4bd6c135ea7f71cae7dfcfc4.tar.gz egawk-ddd82e16cc63ff2d4bd6c135ea7f71cae7dfcfc4.tar.bz2 egawk-ddd82e16cc63ff2d4bd6c135ea7f71cae7dfcfc4.zip |
Add valgrind.awk to EXTRA_DIST in test/Makefile.am.
-rw-r--r-- | test/ChangeLog | 4 | ||||
-rw-r--r-- | test/Makefile.am | 1 | ||||
-rw-r--r-- | test/Makefile.in | 1 |
3 files changed, 6 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 9006d334..3a5a6610 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,7 @@ +2016-11-21 Arnold D. Robbins <arnold@skeeve.com> + + * Makefile.am (EXTRA_DIST): Add valgrind.awk to the list. + 2016-11-07 Arnold D. Robbins <arnold@skeeve.com> * valgrind.awk: New file. Based on original valgrind-scan code. diff --git a/test/Makefile.am b/test/Makefile.am index a9d247ed..22099496 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1027,6 +1027,7 @@ EXTRA_DIST = \ uparrfs.awk \ uparrfs.in \ uparrfs.ok \ + valgrind.awk \ watchpoint1.awk \ watchpoint1.in \ watchpoint1.ok \ diff --git a/test/Makefile.in b/test/Makefile.in index af45cc39..30ddfbc1 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -1284,6 +1284,7 @@ EXTRA_DIST = \ uparrfs.awk \ uparrfs.in \ uparrfs.ok \ + valgrind.awk \ watchpoint1.awk \ watchpoint1.in \ watchpoint1.ok \ |