diff options
author | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2012-04-08 10:07:38 -0400 |
---|---|---|
committer | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2012-04-08 10:07:38 -0400 |
commit | cebe01dc11a95fac048459ed3439ab65fba38d00 (patch) | |
tree | 0f35615fdf9886ff9f2b5fbd4b26a5e24303a378 | |
parent | e5d13091279241edacfa48773f2b4b113b2addb0 (diff) | |
download | egawk-cebe01dc11a95fac048459ed3439ab65fba38d00.tar.gz egawk-cebe01dc11a95fac048459ed3439ab65fba38d00.tar.bz2 egawk-cebe01dc11a95fac048459ed3439ab65fba38d00.zip |
Add some missing test .ok files to EXTRA_DIST.
-rw-r--r-- | test/ChangeLog | 5 | ||||
-rw-r--r-- | test/Makefile.am | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 136e9658..ee8a4870 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,5 +1,10 @@ 2012-04-08 Andrew J. Schorr <aschorr@telemetry-investments.com> + * Makefile.am (EXTRA_DIST): Add missing files fork.ok, fork2.ok + and ordchr2.ok. + +2012-04-08 Andrew J. Schorr <aschorr@telemetry-investments.com> + * Makefile.am (AWK, PGAWK): Include new $(VALGRIND) variable in command line (now passed in by top-level Makefile). diff --git a/test/Makefile.am b/test/Makefile.am index cb920550..b94e5c2f 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -233,7 +233,9 @@ EXTRA_DIST = \ fnparydl.awk \ fnparydl.ok \ fork.awk \ + fork.ok \ fork2.awk \ + fork2.ok \ fpat1.awk \ fpat1.in \ fpat1.ok \ @@ -528,6 +530,7 @@ EXTRA_DIST = \ opasnslf.ok \ ordchr.awk \ ordchr.ok \ + ordchr2.ok \ out1.ok \ out2.ok \ out3.ok \ |