Skip to content

Commit 78816e9

Browse files
add test target for swift tests
1 parent cd35d45 commit 78816e9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Package.swift

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,11 @@ let package = Package(
4343
exclude: ["Info.plist", "dummy.swift"],
4444
resources: [.process("PrivacyInfo.xcprivacy")],
4545
publicHeadersPath: "."),
46+
47+
.testTarget(
48+
name: "mParticle-Google-Analytics-Firebase-GA4SwiftTests",
49+
dependencies: ["mParticle-Google-Analytics-Firebase-GA4"],
50+
path: "mParticle-Google-Analytics-Firebase-GA4Tests/Swift"
51+
)
4652
]
4753
)

0 commit comments

Comments
 (0)