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

iOS Tests #444

Closed
phatblat opened this issue Feb 17, 2015 · 2 comments
Closed

iOS Tests #444

phatblat opened this issue Feb 17, 2015 · 2 comments
Labels

Comments

@phatblat
Copy link
Member

Is there interest (besides myself) in having the tests runnable on iOS? It looks like the only thing stopping this is the current implementation of -unzipFile:fromArchiveAtPath:intoDirectory: which uses NSTask to shell out to the unzip command.

This could be implemented in-process on iOS using SSZipArchive or straight libz function calls (to minimize dependencies).

@alehed
Copy link
Contributor

alehed commented Feb 28, 2015

To me iOS tests don't seem necessary, I get the confidence that it's working from running the OS X tests.

@phatblat
Copy link
Member Author

Closing as this is being worked in #484

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants