cargo test --lib builds, but work needs to be done to get to passing

This commit is contained in:
Aaron Blankstein
2021-12-22 14:33:05 -06:00
parent dd606ff3f0
commit 4df70c29a3
74 changed files with 1145 additions and 978 deletions

View File

@@ -105,6 +105,8 @@ assert-json-diff = "1.0.0"
# but it isn't necessary for tests: only benchmarks. therefore, commenting out for now.
# criterion = "0.3"
stx_genesis = { package = "stx-genesis", path = "./stx-genesis/."}
clarity = { package = "clarity", features = ["default", "testing"], path = "./clarity/." }
stacks_common = { package = "stacks-common", features = ["default", "testing"], path = "./stacks-common/." }
[features]
default = ["developer-mode"]