[package] name = "move-compiler-transactional-tests" version = "0.3.2" description = "Move compiler transactional tests" authors = ["Diem Association "] edition = "2021" license = "Apache-2.0" [dev-dependencies] datatest-stable = "0.1.1" move-transactional-test-runner = { version = "0.3.0", path = "../../testing-infra/transactional-test-runner" } [[test]] name = "tests" harness = false