Added ior and xor tests to the repository.
[picobit/chj.git] / test-arithmetic
blob390dce365256e179790f0478ef36fb615e1204b6
1 #!/bin/bash
3 # test suite for arithmetic
5 # TODO *, / (+ rem, with divisions by 0 (at the end, obviously)), shift, etc
6 # TODO also have test for REAL big values, with more than 2 blocks
8 for X in tests/arithmetic/*.scm ; do
9 echo $X
10 ./p $(echo $X | sed s/\.scm$//) #| grep FAILED
11 echo
12 done