Skip to content

Commit

Permalink
Add test for remapping paths
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed Dec 11, 2024
1 parent ba4687c commit ddd4749
Show file tree
Hide file tree
Showing 9 changed files with 2,503 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ default-members = [
exclude = [
"cmd/crates/soroban-test/tests/fixtures/hello",
"cmd/crates/soroban-test/tests/fixtures/bye",
"cmd/crates/soroban-test/tests/fixtures/eth_abi",
]

[workspace.package]
Expand Down
2 changes: 1 addition & 1 deletion cmd/crates/soroban-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ assert_fs = "1.0.7"
predicates = { workspace = true }
fs_extra = "1.3.0"
toml = { workspace = true }

home = "0.5.9"

[dev-dependencies]
serde_json = "1.0.93"
Expand Down
Loading

0 comments on commit ddd4749

Please sign in to comment.