~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to test/Makefile.am

  • Committer: Arnold D. Robbins
  • Date: 2018-11-24 17:47:40 UTC
  • mfrom: (731.18.14)
  • mto: This revision was merged to the branch mainline in revision 1025.
  • Revision ID: git-v1:ac2ff45364ab20c1a2bc82f779738f33f90808dd
Merge branch 'gawk-4.2-stable'

Show diffs side-by-side

added added

removed removed

Lines of Context:
1176
1176
        typedregex2.ok \
1177
1177
        typedregex3.awk \
1178
1178
        typedregex3.ok \
 
1179
        typedregex4.awk \
 
1180
        typedregex4.ok \
1179
1181
        typeof1.awk \
1180
1182
        typeof1.ok \
1181
1183
        typeof2.awk \
1311
1313
        shadow shadowbuiltin sortfor sortfor2 sortu sourcesplit split_after_fpat \
1312
1314
        splitarg4 strftime strftfld strtonum strtonum1 switch2 symtab1 symtab2 \
1313
1315
        symtab3 symtab4 symtab5 symtab6 symtab7 symtab8 symtab9 symtab10 \
1314
 
        typedregex1 typedregex2 typedregex3 typeof1 typeof2 typeof3 typeof4 \
 
1316
        typedregex1 typedregex2 typedregex3 typedregex4 \
 
1317
        typeof1 typeof2 typeof3 typeof4 \
1315
1318
        typeof5 timeout \
1316
1319
        watchpoint1
1317
1320
 
2215
2218
        @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
2216
2219
 
2217
2220
 
 
2221
spacere:
 
2222
        @echo $@
 
2223
        @LC_ALL=C AWKPATH="$(srcdir)" $(AWK) -f $@.awk  >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
 
2224
        @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
 
2225
 
 
2226
typedregex4:
 
2227
        @echo $@
 
2228
        @$(AWK) -v x=@/foo/ -f "$(srcdir)"/$@.awk y=@/bar/ /dev/null >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
 
2229
        @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
 
2230
 
2218
2231
# Targets generated for other tests:
2219
2232
include Maketests
2220
2233