summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-05-19 11:12:53 +0200
committerThomas Haller <thaller@redhat.com>2019-05-19 11:25:59 +0200
commitd27f6b9d0a02f709e78142fedc59eae24167b688 (patch)
treed7b085a4fc32f1cc1dc4255d79aac33a8f5ea935 /.gitignore
parenta80c199e9e0c616b6f3ebb687c7340a2ea12e213 (diff)
downloadNetworkManager-d27f6b9d0a02f709e78142fedc59eae24167b688.tar.gz
keyfile/tests: rename core's "test-keyfile" to "test-keyfile-settings"
We already have "libnm-core/tests/test-keyfile.c" from which we build "test-keyfile". Our test binaries should be named the following: - "*/tests/test-*" - the test binary "*/tests/test-*" should be build from a source file "*/tests/test-*.c". Meaning: the source's and executable's name should correspond. - test binaries should be named uniquely. Also, because older meson versions don't like having the same binary name more than once. Rename to avoid the duplicate name.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index c86152bfab..bd9acce872 100644
--- a/.gitignore
+++ b/.gitignore
@@ -221,7 +221,7 @@ test-*.trs
/src/settings/plugins/ifcfg-rh/nmdbus-ifcfg-rh.[ch]
/src/settings/plugins/ifcfg-rh/tests/test-ifcfg-rh
/src/settings/plugins/ifupdown/tests/test-ifupdown
-/src/settings/plugins/keyfile/tests/test-keyfile
+/src/settings/plugins/keyfile/tests/test-keyfile-settings
/src/settings/plugins/ifcfg-rh/tests/network-scripts/tmp/
/src/supplicant/tests/test-supplicant-config
/src/tests/config/test-config
@@ -314,5 +314,6 @@ test-*.trs
/src/rdisc/
/src/settings/plugins/ifcfg-rh/tests/test-ifcfg-rh-utils
/src/settings/plugins/ifnet
+/src/settings/plugins/keyfile/tests/test-keyfile
/src/supplicant-manager/tests/test-supplicant-config
/src/tests/test-resolvconf-capture