Skip to content

Commit

Permalink
Add test for remapping paths (#1832)
Browse files Browse the repository at this point in the history
Closes #1704

Co-authored-by: Brian Anderson <andersrb@gmail.com>
  • Loading branch information
fnando and brson authored Jan 14, 2025
1 parent 6425231 commit 122df9b
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]
serde_json = "1.0.93"
Expand Down
Loading

0 comments on commit 122df9b

Please sign in to comment.