Added tests to the repository.
commit268cd19516741185cb9bc1d7a1f5d44d7b0ee651
authorVincent St-Amour <stamourv@iro.umontreal.ca>
Sun, 3 May 2009 21:00:55 +0000 (3 17:00 -0400)
committerVincent St-Amour <stamourv@iro.umontreal.ca>
Sun, 3 May 2009 21:00:55 +0000 (3 17:00 -0400)
treea572533009e4bd93df72c0faf41ff7390097c438
parentfe0410ed66e46b8130d660cdc15734c2768f4a8e
Added tests to the repository.
47 files changed:
run_tests.sh [new file with mode: 0755]
tests/arrays/array-assignment.c [new file with mode: 0644]
tests/arrays/array-reference.c [new file with mode: 0644]
tests/arrays/dereference.c [new file with mode: 0644]
tests/arrays/divide-and-array.c [new file with mode: 0644]
tests/arrays/fsr-variables.c [new file with mode: 0644]
tests/arrays/memory-divide.c [new file with mode: 0644]
tests/arrays/register-allocation-divide.c [new file with mode: 0644]
tests/conditions/and.c [new file with mode: 0644]
tests/conditions/multi-byte.c [new file with mode: 0644]
tests/conditions/non-zero.c [new file with mode: 0644]
tests/conditions/or.c [new file with mode: 0644]
tests/control-structures/goto.c [new file with mode: 0644]
tests/control-structures/labels.c [new file with mode: 0644]
tests/control-structures/switch.c [new file with mode: 0644]
tests/control-structures/while.c [new file with mode: 0644]
tests/failing/casts.c [new file with mode: 0644]
tests/failing/forward-declarations.c [new file with mode: 0644]
tests/functions/call-multi-byte.c [new file with mode: 0644]
tests/functions/call-with-args.c [new file with mode: 0644]
tests/functions/nested-sequential.c [new file with mode: 0644]
tests/functions/recursion.c [new file with mode: 0644]
tests/general/fib.c [new file with mode: 0644]
tests/general/gcd.c [new file with mode: 0644]
tests/general/sigma.c [new file with mode: 0644]
tests/general/vm.c [new file with mode: 0644]
tests/general/vm2.c [new file with mode: 0644]
tests/math/2-4-multiplications.c [new file with mode: 0644]
tests/math/add.c [new file with mode: 0644]
tests/math/bitwise-negation.c [new file with mode: 0644]
tests/math/bitwise.c [new file with mode: 0644]
tests/math/hex.c [new file with mode: 0644]
tests/math/inc-dec-exprs.c [new file with mode: 0644]
tests/math/lshift.c [new file with mode: 0644]
tests/math/modulo.c [new file with mode: 0644]
tests/math/mul16-16.c [new file with mode: 0644]
tests/math/mul16-8.c [new file with mode: 0644]
tests/math/mul8-16.c [new file with mode: 0644]
tests/math/mul8-8.c [new file with mode: 0644]
tests/math/multi-byte-add-sub.c [new file with mode: 0644]
tests/math/multi-byte-literals-1st-arg.c [new file with mode: 0644]
tests/math/multi-byte.c [new file with mode: 0644]
tests/math/neg.c [new file with mode: 0644]
tests/math/padding.c [new file with mode: 0644]
tests/math/rshift.c [new file with mode: 0644]
tests/misc/predefined-values.c [new file with mode: 0644]
tests/picobit/picobit-vm-sixpic.c [new file with mode: 0644]