aboutsummaryrefslogtreecommitdiff
path: root/debian/tests/start-service
Commit message (Collapse)AuthorAgeFilesLines
* Run tests-service as autopkgtestMartin Pitt2014-09-231-21/+0
| | | | | | | | | | 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 polkit to autopkgtest dependsMathieu Trudel-Lapierre2013-01-151-0/+1
|
* Rename localcheck to integrationcheck; update autopkgtest test.Mathieu Trudel-Lapierre2013-01-141-4/+12
|
* - Add XS-Testsuite: autopkgtest.Mathieu Trudel-Lapierre2013-01-101-1/+10
| | | | | | | | | | * 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-061-0/+3
* debian/tests: - Add start-service test; verify that the indicator can be started from DBUS. - Add debian/tests/control.