Add a regression test for systemd activation
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 26 Jan 2015 20:10:39 +0000 (20:10 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 3 Feb 2015 16:20:01 +0000 (16:20 +0000)
commitcf35dad25ab0a3819454d4acb3ac8b10109bb840
tree0dcc62ba0085462ed3919f049e98040913fc7031
parent652a324fb6a1030b3525f8395bf5bc05ab50d3d7
Add a regression test for systemd activation

4.5 years after it was implemented, here is the regression test.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=57952
Reviewed-by: Philip Withnall
test/Makefile.am
test/data/systemd-activation/com.example.SystemdActivatable1.service [new file with mode: 0644]
test/data/systemd-activation/com.example.SystemdActivatable2.service [new file with mode: 0644]
test/data/systemd-activation/com.example.SystemdActivatable3.service [new file with mode: 0644]
test/data/systemd-activation/org.freedesktop.systemd1.service [new file with mode: 0644]
test/data/valid-config-files/systemd-activation.conf.in [new file with mode: 0644]
test/sd-activation.c [new file with mode: 0644]
test/test-utils-glib.c