mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-18 23:02:35 +03:00
move tools/test-framework -> tests/test-framework
This commit is contained in:
parent
22f605349c
commit
9ff0d3fed3
@ -31,6 +31,7 @@ members = [
|
||||
"docs/grammar",
|
||||
"leo/errors",
|
||||
"leo/package",
|
||||
"tests/test-framework",
|
||||
]
|
||||
|
||||
[dependencies.leo-compiler]
|
||||
|
@ -55,7 +55,7 @@ version = "0.4"
|
||||
version = "0.1"
|
||||
|
||||
[dev-dependencies.leo-test-framework]
|
||||
path = "../../tools/test-framework"
|
||||
path = "../../tests/test-framework"
|
||||
version = "1.4.0"
|
||||
|
||||
[dev-dependencies.criterion]
|
||||
|
@ -56,7 +56,7 @@ pub fn run_tests<T: Runner>(runner: &T, expectation_category: &str) {
|
||||
|
||||
let mut tests = Vec::new();
|
||||
let mut test_dir = PathBuf::from(env!("CARGO_MANIFEST_DIR"));
|
||||
test_dir.push("../../tests/");
|
||||
test_dir.push("../tests/");
|
||||
|
||||
let mut expectation_dir = test_dir.clone();
|
||||
expectation_dir.push("expectations");
|
Loading…
Reference in New Issue
Block a user