You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Swift bindings of this project include a Swift Package that has Tests for the public API. For example FrostSwift/Tests/FrostSwiftFFI/NotRedPallasTests/RedPallasTests.swift contains tests for the RedPallas variant of this build.
Create a kotlin multiplatform project so that there can exist a suite of tests associated with a build artifact of the bindings that can be tested.
Create a test suite equivalent to the one present for GoLang and Swift.
The Swift bindings of this project include a Swift Package that has Tests for the public API. For example
FrostSwift/Tests/FrostSwiftFFI/NotRedPallasTests/RedPallasTests.swiftcontains tests for the RedPallas variant of this build.