Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant