[package] name = "bytecode-interpreter-testsuite" version = "0.3.2" description = "Bytecode interpreter test suite" authors = ["Diem Association "] edition = "2021" license = "Apache-2.0" [dev-dependencies] # diem dependencies move-stackless-bytecode-interpreter = { version = "0.3.0", path = "../interpreter" } move-command-line-common = { version = "0.3.0", path = "../../move-command-line-common" } move-prover-test-utils = { version = "0.3.0", path = "../test-utils" } mv-stdlib = { version = "0.3.0", path = "../../move-stdlib" } mv-unit-test = { version = "0.3.0", path = "../../tools/move-unit-test" } # external dependencies anyhow = "1.0.52" datatest-stable = "0.1.1" [[test]] name = "concrete_check_testsuite" harness = false