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 832d534
Show file tree
Hide file tree
Showing 9 changed files with 2,503 additions and 0 deletions.
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
1 change: 1 addition & 0 deletions cmd/crates/soroban-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ assert_fs = "1.0.7"
predicates = { workspace = true }
fs_extra = "1.3.0"
toml = { workspace = true }
home = "0.5.9"


[dev-dependencies]
Expand Down
Loading

0 comments on commit 832d534

Please sign in to comment.