NetworkManager/src/platform
Thomas Haller 041aa3d605 platform/tests: rename platform's "test-general.c"
Older versions of meson don't like building multiple artifacts
with the same name (even if they are in different directories). We
have multiple tests called "test-general.c", and it would be natural
to compile a test binary of the same name.

  Meson encountered an error in file src/tests/meson.build, line 14, column 2:
  Tried to create target "test-general", but a target of that name already exists.

It's generally a bad idea to have in our source tree multiple files with the
same name. Rename the test.

Fixes: 16cd84d346 ('build/meson: rename platform tests to use same name as autotools'):
2019-05-18 11:37:47 +02:00
..
linux platform: import nl82154.h 2018-06-26 16:21:54 +02:00
tests platform/tests: rename platform's "test-general.c" 2019-05-18 11:37:47 +02:00
wifi platform: assert for out-of-memory in netlink code 2019-05-07 20:58:17 +02:00
wpan platform: assert for out-of-memory in netlink code 2019-05-07 20:58:17 +02:00
nm-fake-platform.c platform: refactor detecting kernel features 2019-04-18 11:19:26 +02:00
nm-fake-platform.h core: refactor private data in "src" 2016-10-04 09:50:56 +02:00
nm-linux-platform.c device/trivial: add comment about lifetime of "kind" in tc_commit() 2019-05-07 21:05:12 +02:00
nm-linux-platform.h platform: use NMDedupMultiIndex for routes in NMPCache 2017-07-05 18:37:38 +02:00
nm-netlink.c platform/netlink: cleanup nlmsg_append() and add nlmsg_append_struct() macro 2019-02-22 09:58:09 +01:00
nm-netlink.h shared: split C-only helper "shared/nm-std-aux" utils out of "shared/nm-utils" 2019-04-18 19:17:23 +02:00
nm-platform-private.h platform: expose emit-signal function from platform 2017-07-05 18:37:39 +02:00
nm-platform-utils.c platform: avoid valgrind warning about uninitialised memory in _ioctl_call() 2019-05-16 10:17:04 +02:00
nm-platform-utils.h shared: build helper "libnm-libnm-core-{intern|aux}.la" library for libnm-core 2019-04-18 20:07:44 +02:00
nm-platform.c core: don't log plain pointer values for singletons 2019-05-13 09:25:05 +02:00
nm-platform.h device/trivial: add comment about lifetime of "kind" in tc_commit() 2019-05-07 21:05:12 +02:00
nmp-netns.c all: replace g_strerror() calls with nm_strerror_native() 2019-02-12 08:50:28 +01:00
nmp-netns.h core: cleanup implementation of nm_auto* macros to use nm_auto() 2017-10-11 08:43:40 +02:00
nmp-object.c shared: move most of "shared/nm-utils" to "shared/nm-glib-aux" 2019-04-18 19:57:27 +02:00
nmp-object.h shared: move most of "shared/nm-utils" to "shared/nm-glib-aux" 2019-04-18 19:57:27 +02:00
nmp-rules-manager.c shared: split C-only helper "shared/nm-std-aux" utils out of "shared/nm-utils" 2019-04-18 19:17:23 +02:00
nmp-rules-manager.h platform: add nmp_rules_manager_track_from_platform() 2019-04-13 18:17:16 +02:00