Added basic tests for stack and arithmetic IMPs.
authorAaron Taylor <ataylor@subgeniuskitty.com>
Thu, 4 Jul 2019 22:37:06 +0000 (15:37 -0700)
committerAaron Taylor <ataylor@subgeniuskitty.com>
Thu, 4 Jul 2019 22:37:06 +0000 (15:37 -0700)
commit665e21b4427f40fd8317001b144be66b313955e8
tree5ffab6cfec2fa6d5ae7d7df69cc1d40e3ded3020
parent6e942bd8524e9393f61a0358a0282b2641f9d3d7
Added basic tests for stack and arithmetic IMPs.
12 files changed:
Makefile
tests/1001_stack_operations.pvvs [deleted file]
tests/1001_stack_push.pvvs [new file with mode: 0644]
tests/1002_stack_dup.pvvs [new file with mode: 0644]
tests/1003_stack_swap.pvvs [new file with mode: 0644]
tests/1004_stack_drop.pvvs [new file with mode: 0644]
tests/2001_arithmetic_addition.pvvs [new file with mode: 0644]
tests/2002_arithmetic_subtraction.pvvs [new file with mode: 0644]
tests/2003_arithmetic_multiplication.pvvs [new file with mode: 0644]
tests/2004_arithmetic_division.pvvs [new file with mode: 0644]
tests/2005_arithmetic_remainder.pvvs [new file with mode: 0644]
vv_test.py