Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

[Tests] Redo the device tests #812

Open
stephen-hawley opened this issue Jan 23, 2024 · 0 comments
Open

[Tests] Redo the device tests #812

stephen-hawley opened this issue Jan 23, 2024 · 0 comments
Milestone

Comments

@stephen-hawley
Copy link
Contributor

The device tests were done with a gross set of scripts that modified existing csproj files since there was no good way to automate them. Right now device tests are gone.
The "right" way to do this now is to:

  1. build the swift pieces for the target
  2. run BTfS on the generated swift library
  3. make a new project with dotnet new ios
  4. remove boilerplate files
  5. copy in the swift libraries, the C# test files and the C# binding files
  6. build with dotnet build
@stephen-hawley stephen-hawley added this to the Future milestone Jan 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant