~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to test/Makefile

  • Committer: Arnold D. Robbins
  • Date: 2010-07-16 09:33:03 UTC
  • Revision ID: git-v1:2f83a4e72166e811a9f0b4726c19a3d5a0b17dcb
Tags: gawk-2.15.5
Move to gawk-2.15.5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
        fsbs negexp asgext anchgsub splitargv awkpath nfset reparse
8
8
 
9
9
gawk.extensions: fieldwdth ignrcase posix manyfiles igncfs argtest \
10
 
                badargtest
 
10
                badargs
11
11
 
12
12
extra:  regtest inftest
13
13
 
69
69
        cmp posix.good tmp && rm -f tmp
70
70
 
71
71
manyfiles::
 
72
        @rm -rf junk
72
73
        @mkdir junk
73
74
        @../gawk 'BEGIN { for (i = 1; i <= 300; i++) print i, i}' >tmp
74
75
        @../gawk -f manyfiles.awk tmp tmp
137
138
        @../gawk -f argtest.awk -x -y abc >tmp
138
139
        cmp argtest.good tmp && rm -f tmp
139
140
 
140
 
badargtest::
 
141
badargs::
141
142
        @-../gawk -f 2>&1 | grep -v patchlevel > tmp
142
143
        cmp badargs.good tmp && rm -f tmp
143
144
 
144
145
clean:
145
 
        rm -f tmp core
 
146
        rm -fr tmp core junk