From d27f6b9d0a02f709e78142fedc59eae24167b688 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Sun, 19 May 2019 11:12:53 +0200 Subject: 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. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitignore') 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 -- cgit v1.2.1