diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-05-12 14:54:14 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-05-12 14:54:14 +0300 |
commit | 4875ca0917111893bfa7e2f95450e703d9a6cb56 (patch) | |
tree | 8e42fb9ac495d7acfb7f270a0770bcb9522da854 | |
parent | b035244efcc7424cbc1ef6f1c9c1f8493df818eb (diff) | |
parent | 434e51fd58545078c0bda06e3951999d6ccae01e (diff) | |
download | egawk-4875ca0917111893bfa7e2f95450e703d9a6cb56.tar.gz egawk-4875ca0917111893bfa7e2f95450e703d9a6cb56.tar.bz2 egawk-4875ca0917111893bfa7e2f95450e703d9a6cb56.zip |
Merge branch 'gawk-4.1-stable'
-rw-r--r-- | pc/ChangeLog | 4 | ||||
-rw-r--r-- | pc/Makefile.tst | 8 |
2 files changed, 11 insertions, 1 deletions
diff --git a/pc/ChangeLog b/pc/ChangeLog index 33c900a2..c28f4afb 100644 --- a/pc/ChangeLog +++ b/pc/ChangeLog @@ -1,3 +1,7 @@ +2015-05-12 Arnold D. Robbins <arnold@skeeve.com> + + * Makefile.tst: Sync with mainline. + 2015-05-04 Scott Deifik <scottd.mail@sbcglobal.net> * Makefile.tst: Sync with mainline. diff --git a/pc/Makefile.tst b/pc/Makefile.tst index ac085467..8b7baa2b 100644 --- a/pc/Makefile.tst +++ b/pc/Makefile.tst @@ -165,7 +165,8 @@ BASIC_TESTS = \ paramdup paramres paramtyp paramuninitglobal parse1 parsefld parseme \ pcntplus posix2008sub prdupval prec printf0 printf1 prmarscl prmreuse \ prt1eval prtoeval \ - rand range1 rebt8b1 redfilnm regeq regexpbrack regexpbrack2 regexprange regrange reindops \ + rand range1 rebrackloc rebt8b1 redfilnm regeq regexpbrack regexpbrack2 \ + regexprange regrange reindops \ reparse resplit rri1 rs rsnul1nl rsnulbig rsnulbig2 rstest1 rstest2 \ rstest3 rstest4 rstest5 rswhite \ scalar sclforin sclifin sortempty sortglos splitargv splitarr splitdef \ @@ -1941,6 +1942,11 @@ range1: @AWKPATH="$(srcdir)" $(AWK) -f $@.awk < "$(srcdir)"/$@.in >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@ @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ +rebrackloc: + @echo $@ + @AWKPATH="$(srcdir)" $(AWK) -f $@.awk < "$(srcdir)"/$@.in >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@ + @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ + rebt8b1: @echo $@ @AWKPATH="$(srcdir)" $(AWK) -f $@.awk >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@ |