diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-05-15 22:55:35 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-05-15 22:55:35 +0300 |
commit | 5aa222c52f21226bf807aa4c38339d62f3a3156c (patch) | |
tree | 73d708538a70a033faa17e1b2d1b6ce48f8dd00a | |
parent | 29f8ff8ee26d1c5c3fad9129786687c745322494 (diff) | |
download | egawk-5aa222c52f21226bf807aa4c38339d62f3a3156c.tar.gz egawk-5aa222c52f21226bf807aa4c38339d62f3a3156c.tar.bz2 egawk-5aa222c52f21226bf807aa4c38339d62f3a3156c.zip |
Update pc/Makefile.tst.
-rw-r--r-- | pc/ChangeLog | 4 | ||||
-rw-r--r-- | pc/Makefile.tst | 7 |
2 files changed, 10 insertions, 1 deletions
diff --git a/pc/ChangeLog b/pc/ChangeLog index c46f874a..0ecf5ebb 100644 --- a/pc/ChangeLog +++ b/pc/ChangeLog @@ -1,3 +1,7 @@ +2016-05-15 Scott Deifik <scottd.mail@sbcglobal.net> + + * Makefile.tst: Sync with mainline. + 2016-05-12 Eli Zaretskii <eliz@gnu.org> * Makefile ($(ALLOBJS) $(LIBOBJS)): Depend on nonposix.h. diff --git a/pc/Makefile.tst b/pc/Makefile.tst index 966bde4f..0e93afe6 100644 --- a/pc/Makefile.tst +++ b/pc/Makefile.tst @@ -168,7 +168,7 @@ BASIC_TESTS = \ rand range1 readbuf rebrackloc rebt8b1 redfilnm \ regeq regexpbrack regexpbrack2 \ regexprange regrange reindops \ - reparse resplit rri1 rs rsnul1nl rsnulbig rsnulbig2 rstest1 rstest2 \ + reparse resplit rri1 rs rscompat rsnul1nl rsnulbig rsnulbig2 rstest1 rstest2 \ rstest3 rstest4 rstest5 rswhite \ scalar sclforin sclifin sortempty sortglos splitargv splitarr splitdef \ splitvar splitwht strcat1 strnum1 strtod subamp subi18n \ @@ -1276,6 +1276,11 @@ pty1: *) AWKPATH="$(srcdir)" $(AWK) -f $@.awk >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@ ; \ $(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ ;; \ esac + +rscompat: + @echo $@ + @AWKPATH="$(srcdir)" $(AWK) --traditional -f $@.awk "$(srcdir)/$@.in" >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@ + @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ Gt-dummy: # file Maketests, generated from Makefile.am by the Gentests program addcomma: |