-
Notifications
You must be signed in to change notification settings - Fork 63
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
testing #254
Comments
There are xcode/iOS unit tests in repo , but we really should port them to something cross-platform. Open to suggestions, especially regarding porting the existing tests. Sent from my iPhone
|
Cross platform unit tests is absolutely, without a doubt, something that I'd REALLY like to see. |
ah, I found something in the iOS folder. And saw that you use some Apple testing framework... Looks like you really need some CMakeList finally... I'll look into this |
ah, and I'd create a test directory at Tonic repository root and move the stuff there. good night. |
@andik Tinytest looks nice and tiny! I'd vote for that if the existing test functionality can be ported. But whoever actually ports the tests gets to choose! (As long as there are no extra libs to compile or include). |
Hey,
is there something like unittests in Tonic (I assume not?). If not, is there a way to test all components are intact, after having modified something. I mean, not by hand.
How would it be, to integrate Travis CI or so?
greetings.
The text was updated successfully, but these errors were encountered: