summaryrefslogtreecommitdiff
path: root/src/test/test-engine.c
AgeCommit message (Collapse)Author
2014-07-20test-engine: fix access to unit load pathZbigniew Jędrzejewski-Szmek
Also add a bit of debugging output to help diagnose problems, add missing units, and simplify cppflags. Move test-engine to normal tests from manual tests, it should now work without destroying the system.
2013-11-30core: allocate a kdbus bus for each systemd instance, if we canLennart Poettering
2013-07-10core: serialize/deserialize bus subscribersLennart Poettering
2012-09-18core: move ManagerRunningAs to sharedZbigniew Jędrzejewski-Szmek
Note: I did s/MANAGER/SYSTEMD/ everywhere, even though it makes the patch quite verbose. Nevertheless, keeping MANAGER prefix in some places, and SYSTEMD prefix in others would just lead to confusion down the road. Better to rip off the band-aid now.
2012-04-12test: test tools should still be in the src/ directoryLennart Poettering