Add valgrind to tests

This commit is contained in:
Smaug123
2017-08-06 15:59:32 +01:00
parent 70f86ae20f
commit 0794fade1e

View File

@@ -2,6 +2,6 @@
set -e
[ "$(./hvm_execute "123451^2v5:4?9p2g8pppppp" "")" = "945321" ]
[ "$(./hvm_execute "123451v2vppppp" "")" = "34521" ]
[ "$(./hvm_execute '0924809693937820909181938+68283390909580634**+P01^:87+*g' '')" = 'Hello, Small World!' ]
[ "$(valgrind ./hvm_execute "123451^2v5:4?9p2g8pppppp" "")" = "945321" ]
[ "$(valgrind ./hvm_execute "123451v2vppppp" "")" = "34521" ]
[ "$(valgrind ./hvm_execute '0924809693937820909181938+68283390909580634**+P01^:87+*g' '')" = 'Hello, Small World!' ]