diff options
author | Thomas Haller <thaller@redhat.com> | 2019-12-06 13:31:56 +0100 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2019-12-10 09:17:17 +0100 |
commit | 44c5331e29d86808b9f8d9e210689183d89401bd (patch) | |
tree | acef71a423be3448e0478f1a4db01d1f7abcad91 /.gitignore | |
parent | a33ed5ad820242adcfa87d30f2a7dd540f1d32e8 (diff) | |
download | NetworkManager-44c5331e29d86808b9f8d9e210689183d89401bd.tar.gz |
shared: move "shared/nm-utils/tests/test-shared-general" to "shared/nm-glib-aux/tests"
"shared/nm-utils" got long renamed and split into separate parts. The remaining
tests are really to test nm-std-aux and nm-glib-aux (no libnm dependencies). Move
the tests to the appropriate place.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 7ef42f5c4b..8b8b7fad51 100644 --- a/.gitignore +++ b/.gitignore @@ -128,7 +128,7 @@ test-*.trs /examples/C/qt/monitor-nm-running /examples/C/qt/monitor-nm-running.moc -/shared/nm-utils/tests/test-shared-general +/shared/nm-glib-aux/tests/test-shared-general /shared/nm-version-macros.h /introspection/org.freedesktop.NetworkManager*.[ch] @@ -325,6 +325,7 @@ test-*.trs /libnm/tests/test-general /policy/org.freedesktop.NetworkManager.policy /policy/org.freedesktop.NetworkManager.policy.in +/shared/nm-utils/tests/test-shared-general /src/devices/tests/test-arping /src/devices/wifi/tests/test-general /src/devices/wifi/tests/test-wifi-ap-utils |