diff options
author | Thomas Haller <thaller@redhat.com> | 2016-03-01 08:56:14 +0100 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2016-03-01 12:42:42 +0100 |
commit | 51e292885cbe3d49e2f9aa1a93008bf4db70918d (patch) | |
tree | 11ab43705903973031ac17632bf5ff1db810cdec /.gitignore | |
parent | adb56d137e36f5ab1143c8ecc090504564599c2a (diff) | |
download | NetworkManager-51e292885cbe3d49e2f9aa1a93008bf4db70918d.tar.gz |
systemd/tests: add test util for systemd
Most interestingly is also, whether we can link libsystemd.a without
having undefined references (which might be wrongly satisfied by an
externally loaded libsystem shared library.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 8b98bf0ad5..0cd4e28d6e 100644 --- a/.gitignore +++ b/.gitignore @@ -264,6 +264,7 @@ test-*.trs /src/tests/test-resolvconf-capture /src/tests/test-route-manager-fake /src/tests/test-route-manager-linux +/src/tests/test-systemd /src/tests/test-utils /src/tests/test-wired-defname |