Moved vector copy to the library instead of the VM.
[picobit.git] / test-arithmetic
blobe9ba66f7acc8ec70af1811665b6484ab9fbab562
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 "$X" #| grep FAILED
11 echo
12 done