gtk-rs / sys

DEPRECATED, each crate has its own sys folder now.
http://gtk-rs.org/
MIT License
31 stars 25 forks source link

Add tests based on ctest #124

Open ghost opened 5 years ago

ghost commented 5 years ago

Use ctest crate for more comprehensive ABI checks.

Creating a new PR, since I can't reopen the old one: https://github.com/gtk-rs/sys/pull/119

I would be nice to place gir-ctest, under gtk-rs, @GuillaumeGomez could you help me with that?

cc: @EPashkin, @GuillaumeGomez, @sdroege

GuillaumeGomez commented 5 years ago

If you need me to move a repository into gtk-rs organization, you'll need to give me admin access to it. Send me a mail when I can make the transfer.

ghost commented 5 years ago

If you need me to move a repository into gtk-rs organization

Empty repo would be just fine. Thanks.

GuillaumeGomez commented 5 years ago

Empty repo would be just fine. Thanks.

Seems more complicated than just moving a repository but as you prefer. What name do you want for the repository name?

ghost commented 5 years ago

What name do you want for the repository name?

gir-ctest

GuillaumeGomez commented 5 years ago

Done! https://github.com/gtk-rs/gir-ctest/

You have write access on it.

ghost commented 5 years ago

Done! https://github.com/gtk-rs/gir-ctest/

Thanks.

EPashkin commented 5 years ago

@tmiasko Thanks I see that you enabled constant check too, many errors now 😉