aboutsummaryrefslogtreecommitdiff
path: root/tests/backend-dbus/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* UnitySession -> LomiriSession: Re-rename related changes that we erroneously ↵Mike Gabriel2023-02-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | hid away as Ayatana DesktopSession. This brings full Lomiri integration finally. Until now, the session indicator somehow seemed to work, but in some odd ways. On the phone, the session indicator would fallback to direct systemd interaction while on Lomiri in Debian, it would fallback to Zenity dialogs (most of all because Zenity got installed by some other package as a dependency). With this massive renaming change, ayatana-indicator-session should now smoothly interact with the com.lomiri.Shell.Session DBus interface and also with the mimicked GNOME SessionManager End-Session-Dialog interface. As a downside, this change nearly fully removes Unity7 support which would need to be brought back +/- as a full duplicate of what we do for Lomiri. But as noone has dared integrating Ayatana Indicator Session with Unity7, so far, we should be able to live with that for now. Fixes https://github.com/AyatanaIndicators/ayatana-indicator-session/issues/82
* Clean up compilation flagsRobert Tari2022-01-271-2/+0
|
* Use -no-pie build flag for tests onlyRobert Tari2021-08-101-0/+3
|
* Convert testing and coverage reporting to cmake-extras styleRobert Tari2021-06-111-17/+4
| | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-session/issues/34
* .travis.yml: Don't try running autotools based CI build.Mike Gabriel2021-05-041-0/+3
|
* tests/backend-dbus/CMakeLists.txt: Fix dependecy name: dbusbackend -> ↵Mike Gabriel2021-04-281-1/+1
| | | | backenddbus).
* tests/backend-dbus/CMakeLists.txt: Make sure gdbus-codegen commands ↵Mike Gabriel2021-02-021-0/+2
| | | | (backend-dbus) have run before building the desktopmock tests. Fixes parallel build issues.
* Fork from Ubuntu's indicator-session project.Mike Gabriel2015-11-141-6/+3
|
* MockUnitySession: add new mock for unity session, and use it in testsMarco Trevisan (Treviño)2014-04-101-0/+2
|
* fix the first four tests in test-users: HelloWorld, InitialUsers, UserAdded, ↵Charles Kerr2013-06-241-1/+1
| | | | and UserRemoved.
* get all the tests in test-actions passing again.Charles Kerr2013-06-241-8/+6
|
* port indicator-session to GMenu/cmake. Code coverage increased from 0% to 95.4%.Charles Kerr2013-03-221-0/+62