go-parsekit/Makefile

6 lines
163 B
Makefile

test:
@(cd read; go test | grep -v ^PASS)
@(cd tokenize; go test | grep -v ^PASS)
@(cd parse; go test | grep -v ^PASS)
@(cd examples; go test | grep -v ^PASS)