loa

Virtual machine for the Logic of Assumptions
git clone git://juanmeleiro.mat.br/loa
Log | Files | Refs

test.do (162B)


      1 #!/bin/sh
      2 
      3 for t in symbol assoc stack tree schema gardener zen model tokenizer
      4 do
      5 	redo-ifchange $t.test || exit 1
      6 	./$t.test >&2 || exit 1
      7 done
      8 
      9 echo Done. >&2