~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to test/Makefile.am

  • Committer: Arnold D. Robbins
  • Date: 2015-05-05 09:33:22 UTC
  • mfrom: (408.17.38)
  • Revision ID: git-v1:fb71d5fd4f483fa0a054307949324267918deb3d
Merge branch 'master' into feature/cmake

Show diffs side-by-side

added added

removed removed

Lines of Context:
770
770
        readdir0.awk \
771
771
        readfile2.awk \
772
772
        readfile2.ok \
 
773
        rebrackloc.awk \
 
774
        rebrackloc.in \
 
775
        rebrackloc.ok \
773
776
        rebt8b1.awk \
774
777
        rebt8b1.ok \
775
778
        rebt8b2.awk \
1051
1054
        paramdup paramres paramtyp paramuninitglobal parse1 parsefld parseme \
1052
1055
        pcntplus posix2008sub prdupval prec printf0 printf1 prmarscl prmreuse \
1053
1056
        prt1eval prtoeval \
1054
 
        rand randtest range1 rebt8b1 redfilnm regeq regexpbrack regexpbrack2 regexprange regrange reindops \
 
1057
        rand randtest range1 rebrackloc rebt8b1 redfilnm regeq regexpbrack regexpbrack2 \
 
1058
        regexprange regrange reindops \
1055
1059
        reparse resplit rri1 rs rsnul1nl rsnulbig rsnulbig2 rstest1 rstest2 \
1056
1060
        rstest3 rstest4 rstest5 rswhite \
1057
1061
        scalar sclforin sclifin sortempty sortglos splitargv splitarr splitdef \
2077
2081
 
2078
2082
dbugeval::
2079
2083
        @echo $@
2080
 
        @$(AWK) --debug -f /dev/null < "$(srcdir)"/$@.in > _$@  2>&1 || echo EXIT CODE: $$? >>_$@
2081
 
        @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
 
2084
        @if [ -t 0 ]; then \
 
2085
        $(AWK) --debug -f /dev/null < "$(srcdir)"/$@.in > _$@  2>&1 || echo EXIT CODE: $$? >>_$@ ; \
 
2086
        $(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ ; \
 
2087
        fi
2082
2088
 
2083
2089
printhuge::
2084
2090
        @echo $@