-
Notifications
You must be signed in to change notification settings - Fork 633
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 some unit tests to the debian packaging #299
Comments
Thanks, another project I didn't know! Anyway, at present all "regular" mrpt unit tests are already run in the Debian packages via "make test" (well... actually via the equivalent "dh_auto_build" command), and they are run in i386/amd64/armhf everytime the packages are manually pushed to Ubuntu PPA... DebianCI would allow even faster and more automated testing, so it may be worth trying... |
There are a few advantages of using debian ci that I see.
ctest is similar to what you are doing with |
mmm.. I like the cdash stuff, I'll check it out. Thanks! I think I didn't get one of your point, though...
This already happens with the current approach. As you can see in the debian/rules file (basically a In fact, the burst of activity the latest days about |
Debian has a continuous integration which can be added to the packaging:
https://ci.debian.net/
I thought this might be useful for testing across various platforms:
https://ci.debian.net/status/platform-specific-issues/
It might be useful to create tests using ctest:
https://cmake.org/Wiki/CMake/Testing_With_CTest
And the tests can be invoked using autopkgtests:
http://packaging.ubuntu.com/html/auto-pkg-test.html
http://anonscm.debian.org/cgit/autopkgtest/autopkgtest.git/tree/doc/README.package-tests.rst
The text was updated successfully, but these errors were encountered: