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

Add support for --test #38

Open
bbqsrc opened this issue Oct 24, 2020 · 2 comments
Open

Add support for --test #38

bbqsrc opened this issue Oct 24, 2020 · 2 comments

Comments

@bbqsrc
Copy link

bbqsrc commented Oct 24, 2020

Hey @TimNN,

I've recently mangled together some xcrun simctl functionality to run tests, and was wondering if you're be open to a PR that implements something similar but more integrated into cargo lipo?

It may be that we still need something like https://github.com/carllerche/ios-test-harness for longer running tests, especially if a real device is involved.

In any case, please at least let me know if this is something that would interest you or if I should make it as a separate crate. 😄

@simlay
Copy link

simlay commented Oct 25, 2020

@bbqsrc That's some cool xcrun simctl mangling you did. You might wanna try out dinghy. I added iOS simulator support like about a year ago. They run the tests for dinghy in CI for the iOS simulator.

@TimNN
Copy link
Owner

TimNN commented Nov 3, 2020

I think this is out of scope for cargo lipo, and might be better served with a more general cargo xcode or cargo ios subcommand.

(Somewhat unrelated, but if I was doing Rust / iOS development these days, I probably wouldn't use lipo at all (neither directly nor via cargo-lipo), but rather a setup like the one I briefly described on reddit some time ago. Although an --xcode-integ like utility would probably still be very useful).

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

3 participants