ref: b993a2d17426409b0af5fa8012ab830c5bf0ccc9 dir: /cmd/cpp/cpp.rc/
#!/bin/rc for(f in *.test){ cpp $f > $f.out if(! cmp $f.out $f.expected){ >[2=1] echo fail: $f >[2=1] ape/diff $f.out $f.expected exit fail } } exit ''