Skip to content

Commit cdd654e

Browse files
authored
Merge pull request #810 from Inkman007/feat/auth-matrix-sync
feat(contract): add AUTH_MATRIX.md compliance test suite
2 parents 231a7b3 + d2d185f commit cdd654e

2 files changed

Lines changed: 858 additions & 0 deletions

File tree

contract/contracts/subscription/Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ name = "contract_integration"
1616
path = "tests/contract_integration.rs"
1717
required-features = ["testutils"]
1818

19+
[[test]]
20+
name = "auth_matrix"
21+
path = "tests/auth_matrix.rs"
22+
required-features = ["testutils"]
23+
1924
[features]
2025
testutils = ["soroban-sdk/testutils"]
2126

@@ -27,4 +32,6 @@ myfans-lib = { path = "../myfans-lib" }
2732
soroban-sdk = { workspace = true, features = ["testutils"] }
2833
myfans_token = { package = "myfans-token", path = "../myfans-token" }
2934
content_access = { package = "content-access", path = "../content-access" }
35+
creator_registry = { package = "creator-registry", path = "../creator-registry" }
36+
earnings = { package = "earnings", path = "../earnings" }
3037
myfans_lib = { package = "myfans-lib", path = "../myfans-lib", features = ["testutils"] }

0 commit comments

Comments
 (0)