summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-04-21 10:11:16 +0200
committerThomas Haller <thaller@redhat.com>2019-04-25 07:47:37 +0200
commit7a25f67af79c1732e3b450e4e274630327832e09 (patch)
tree8554907ef3c462e7d5a6431c67b7d7fa52134d3e /.gitignore
parent911f2dfe5658b09b6b55b2ffba060272c694922a (diff)
downloadNetworkManager-7a25f67af79c1732e3b450e4e274630327832e09.tar.gz
shared/tests: add tests for libnm-core-aux
These tests cannot (easily) be under "shared/nm-libnm-core-aux/tests" because libnm/libnm-core requires code under shared while "nm-libnm-core-aux" requires libnm/libnm-core. With autotools that is not problem, but with meson we include sub directories in a particular order and there is no way to foward declare stuff (AFAIK). To avoid the circular dependency, add the tests to "clients/common/tests", which is always built last.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index bb3f82b514..5b752e7b1a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -63,9 +63,11 @@ test-*.trs
/clients/cli/nmcli
/clients/common/settings-docs.h
+/clients/common/tests/test-general
+/clients/common/tests/test-libnm-core-aux
+/clients/nm-online
/clients/tui/newt/libnmt-newt.a
/clients/tui/nmtui
-/clients/nm-online
/data/NetworkManager.service
/data/NetworkManager-wait-online.service
@@ -146,8 +148,8 @@ test-*.trs
/examples/C/qt/list-connections
/examples/C/qt/change-ipv4-addresses
-/shared/nm-version-macros.h
/shared/nm-utils/tests/test-shared-general
+/shared/nm-version-macros.h
/introspection/org.freedesktop.NetworkManager*.[ch]
@@ -278,8 +280,6 @@ test-*.trs
/src/tests/test-utils
/src/tests/test-wired-defname
-/clients/common/tests/test-general
-
/vapi/*.vapi
# The following names are no longer present on this branch,