summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 8a60f3fa4b..83d28773c1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1354,6 +1354,7 @@ tests += \
test-utf8 \
test-ellipsize \
test-util \
+ test-path-lookup \
test-ring \
test-barrier \
test-pty \
@@ -1620,6 +1621,14 @@ test_util_SOURCES = \
test_util_LDADD = \
libsystemd-shared.la
+test_path_lookup_SOURCES = \
+ src/test/test-path-lookup.c
+
+test_path_lookup_LDADD = \
+ -lm \
+ libsystemd-units.la \
+ libsystemd-shared.la
+
test_uid_range_SOURCES = \
src/test/test-uid-range.c