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 tests #103

Open
buster opened this issue Oct 13, 2014 · 3 comments
Open

Add tests #103

buster opened this issue Oct 13, 2014 · 3 comments

Comments

@buster
Copy link

buster commented Oct 13, 2014

Right now, the travis build only builds the library, but it should have some tests to run through.

@jeremyletang
Copy link
Owner

The problem is that, travis cannot use gtk version ulterior to GTK 3.6, so it's hard to test everything.

@buster
Copy link
Author

buster commented Oct 13, 2014

I think tests can also be built according to cfg attributes. So, one might be able to add tests/gtk.rs and inside split up tests for 3.6, 3.10 etc.

@jeremyletang
Copy link
Owner

Yes you're right.
Moreover having test will help us to follow which features of gtk are really working. At the moment we have a lot of widgets wrapped inside rgtk, but no test to certify that they are working.

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

2 participants