Added stdlib_test for memcmp subroutine.
[vvhitespace] / stdlib_tests / vv_test.py
index f56f4fd..cf09690 100755 (executable)
@@ -27,6 +27,7 @@ tests = [
         ['2002_slurp', '', 'TOS:\n3:\t+242\n2:\t+243\n1:\t+244\n'],
         ['2003_memset', '', '32:\t+42\n33:\t+42\n'],
         ['2004_memcpy', '', '34:\t+42\n35:\t+42\n'],
         ['2002_slurp', '', 'TOS:\n3:\t+242\n2:\t+243\n1:\t+244\n'],
         ['2003_memset', '', '32:\t+42\n33:\t+42\n'],
         ['2004_memcpy', '', '34:\t+42\n35:\t+42\n'],
+        ['2005_memcmp', '', '+1'],
         ] 
 
 for test in tests:
         ] 
 
 for test in tests: