# sem init like this one is tested elsewhere in vsuite
# so basically just see that this program compiles and runs
# w/o having it do anything interesting.
0 jrc *.jr
0 javac jrGen/*.java
0 cd jrGen
0 jr_rmic
0 cd ..
0 jrrun AI > No_input.out 2>&1
0 cmp No_input.std No_input.out
0 rm -rf jrGen core *.out
