diff options
author | Tom Gundersen <teg@jklm.no> | 2015-12-03 18:22:06 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2015-12-03 18:22:06 +0100 |
commit | 5fa3be82e5c7359d3ba92c21648b81433ddd0d3c (patch) | |
tree | 185f25642ad7cc5e5b396cb29f447690165eef01 /Makefile.am | |
parent | 13bd195053f6ce1c1adfff514c5c6ba79e53c913 (diff) | |
parent | 4ddb85b18b2fd67c2e314363197ea031121f2b9f (diff) |
Merge pull request #1934 from martinpitt/master
tests: add networkd integration test
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 29c7f322ea..edae4a309b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5474,7 +5474,8 @@ endif EXTRA_DIST += \ units/systemd-networkd.service.m4.in \ - units/systemd-networkd-wait-online.service.in + units/systemd-networkd-wait-online.service.in \ + test/networkd-test.py # ------------------------------------------------------------------------------ if ENABLE_LOGIND |