diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-06-12 22:10:31 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-06-12 22:10:31 +0300 |
commit | 820b6a2ccb7859e15ade36af6ac1d0d08c1da4b1 (patch) | |
tree | e820c47953f997e8d267854fd921417d61d8ec3a /test | |
parent | b4a2d75b7d9fd23069a55dc91a42f7fddd0c7570 (diff) | |
download | egawk-820b6a2ccb7859e15ade36af6ac1d0d08c1da4b1.tar.gz egawk-820b6a2ccb7859e15ade36af6ac1d0d08c1da4b1.tar.bz2 egawk-820b6a2ccb7859e15ade36af6ac1d0d08c1da4b1.zip |
Further cleanups and improvements in API.
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, 6 insertions, 2 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 72a7c9ff..ac8737d6 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,7 @@ +2012-06-12 Arnold D. Robbins <arnold@skeeve.com> + + * Makefile.am (clean): Add fork.tmp.* to the list. + 2012-06-10 Andrew J. Schorr <aschorr@telemetry-investments.com> * Makefile.am (EXTRA_DIST): Add new files time.awk and time.ok. diff --git a/test/Makefile.am b/test/Makefile.am index 6c65ae3c..6b052f1d 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1588,7 +1588,7 @@ $(srcdir)/Maketests: $(srcdir)/Makefile.am $(srcdir)/Gentests $(AWK) -f $(srcdir)/Gentests "$(srcdir)/Makefile.am" $$files > $(srcdir)/Maketests clean: - rm -fr _* core core.* fmtspcl.ok junk out1 out2 out3 strftime.ok test1 test2 seq *~ readfile.ok + rm -fr _* core core.* fmtspcl.ok junk out1 out2 out3 strftime.ok test1 test2 seq *~ readfile.ok fork.tmp.* # An attempt to print something that can be grepped for in build logs pass-fail: diff --git a/test/Makefile.in b/test/Makefile.in index 2ec90244..05f9db13 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -3195,7 +3195,7 @@ $(srcdir)/Maketests: $(srcdir)/Makefile.am $(srcdir)/Gentests $(AWK) -f $(srcdir)/Gentests "$(srcdir)/Makefile.am" $$files > $(srcdir)/Maketests clean: - rm -fr _* core core.* fmtspcl.ok junk out1 out2 out3 strftime.ok test1 test2 seq *~ readfile.ok + rm -fr _* core core.* fmtspcl.ok junk out1 out2 out3 strftime.ok test1 test2 seq *~ readfile.ok fork.tmp.* # An attempt to print something that can be grepped for in build logs pass-fail: |