mirror of
https://github.com/Smaug123/hvm
synced 2025-10-10 23:08:39 +00:00
Add valgrind to tests
This commit is contained in:
6
test.sh
6
test.sh
@@ -2,6 +2,6 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
[ "$(./hvm_execute "123451^2v5:4?9p2g8pppppp" "")" = "945321" ]
|
[ "$(valgrind ./hvm_execute "123451^2v5:4?9p2g8pppppp" "")" = "945321" ]
|
||||||
[ "$(./hvm_execute "123451v2vppppp" "")" = "34521" ]
|
[ "$(valgrind ./hvm_execute "123451v2vppppp" "")" = "34521" ]
|
||||||
[ "$(./hvm_execute '0924809693937820909181938+68283390909580634**+P01^:87+*g' '')" = 'Hello, Small World!' ]
|
[ "$(valgrind ./hvm_execute '0924809693937820909181938+68283390909580634**+P01^:87+*g' '')" = 'Hello, Small World!' ]
|
Reference in New Issue
Block a user