# be sure to include a test of "a b" here

0 jrc *.jr
0 javac jrGen/*.java

0 jrrun a aa ccc dddd > one.out 2>&1
0 cmp one.out one.std

0 jrrun a aa "c c c" dddd > two.out 2>&1
0 cmp two.out two.std

0 rm -rf jrGen core *.out
