aboutsummaryrefslogtreecommitdiff
path: root/debian/tests
Commit message (Collapse)AuthorAgeFilesLines
* debian/tests/control: Fix package version in tests' control file.Mike Gabriel2017-05-311-1/+1
|
* Run tests-service as autopkgtestMartin Pitt2014-09-232-25/+4
| | | | | | | | | | Drop the obsolete and rather unnecessary setup from start-service (this is a system integration test, stuff shoudl just run after installation or get dbus activated). In lieu of an actual integration test that uses the installed package, run test-service. This won't check the installed indicator-session package, but at least verify that it still builds and runs, thus find regressions in the dependencies.
* Add comment in debian/tests/control for the reason why tests are disabled.Mathieu Trudel-Lapierre2013-01-161-1/+3
|
* Add polkit to autopkgtest dependsMathieu Trudel-Lapierre2013-01-152-1/+2
|
* Rename localcheck to integrationcheck; update autopkgtest test.Mathieu Trudel-Lapierre2013-01-141-4/+12
|
* - Add XS-Testsuite: autopkgtest.Mathieu Trudel-Lapierre2013-01-102-2/+11
| | | | | | | | | | * debian/tests: - Add start-service test; verify that the indicator can be started from DBUS. - Add debian/tests/control. * Move TestCanStartService into a separate make target "localcheck"; so that the other tests can successfully run, and this one be used as an integration check.
* - Add XS-Testsuite: autopkgtest.Mathieu Trudel-Lapierre2012-12-062-0/+6
* debian/tests: - Add start-service test; verify that the indicator can be started from DBUS. - Add debian/tests/control.