summaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-12-19 20:54:46 +0100
committerSven Eden <yamakuzure@gmx.net>2018-05-30 07:49:48 +0200
commit70f9a30a6058ba92d0b93da00727cf76c1592633 (patch)
tree2ac867dbacd98eae2b1d5c77fb78199b80df4e8d /src/test
parentd86cd5bf77ef02fd5825ecccb64dc64ea6e5d4e3 (diff)
meson: rename libudev_internal to libudev_static and link into libudev
This reduces the meson man=false target count to 1281. v2: - link test-engine with libshared instead of libsystemd_static Previous version built fine on F27, but fails on F26 with the following error: /usr/bin/ld: /tmp/ccr8HRGw.ltrans6.ltrans.o: undefined reference to symbol '__start_BUS_ERROR_MAP@@SD_SHARED' /home/zbyszek/fedora/systemd/systemd-9d5aae75c64f5583a110f03b94816aacc03bbf4d/x86_64-redhat-linux-gnu/src/shared/libsystemd-shared-236.so: error adding symbols: DSO missing from command line v3: - add libudev_basic
Diffstat (limited to 'src/test')
-rw-r--r--src/test/meson.build10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/test/meson.build b/src/test/meson.build
index dcdba0ea3..ac8467ee6 100644
--- a/src/test/meson.build
+++ b/src/test/meson.build
@@ -74,7 +74,7 @@ tests += [
# 'src/test/test-helper.c'],
# [libcore,
# libudev,
-# libsystemd_static],
+# libshared],
# [threads,
# librt,
# libseccomp,
@@ -446,8 +446,8 @@ tests += [
# [libcore,
# libjournal_core,
# libudev_core,
-# libudev_internal,
-# libelogind_network,
+# libudev_static,
+# libsystemd_network,
# libshared],
# [threads,
# libseccomp,
@@ -662,8 +662,8 @@ tests += [
#
# [['src/test/test-udev.c'],
# [libudev_core,
-# libudev_internal,
-# libelogind_network,
+# libudev_static,
+# libsystemd_network,
# libshared],
# [threads,
# librt,