Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 1223f79

Browse files
committed
refactor: more variables to the main test
1 parent 6f9bcb4 commit 1223f79

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

core/src/main.rs

+9-1
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,16 @@ mod tests {
177177
let rstr = r###"
178178
![
179179
rust = {
180-
build = "hello world",
180+
dir = "rust/",
181+
config = "Cargo.toml"
182+
build = "cargo run --release",
181183
},
184+
185+
c = {
186+
dir = "c/",
187+
config = "CMakeLists.txt"
188+
build = "cmake -B build/ -DRELEASE=true; make",
189+
}
182190
]
183191
184192
![main]

0 commit comments

Comments
 (0)