summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-10-28 18:19:03 +0100
committerLennart Poettering <lennart@poettering.net>2015-10-28 18:19:03 +0100
commitc9643d5e8eac2dda942dc98b8d2f017ffabb7c83 (patch)
treec694248269cb62b2c27269ac8beb1068b2fcb497 /Makefile.am
parent8918103d1ec2db3d0e317d3af773afe0912edb07 (diff)
parentbb269eed0e447a2f973677246959b403d480ed63 (diff)
Merge pull request #1705 from filbranden/testutil1
Move tests for extract-word and parse-util into separate test cases
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am14
1 files changed, 14 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 321966290c..00b9e86346 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1447,6 +1447,8 @@ tests += \
test-utf8 \
test-ellipsize \
test-util \
+ test-extract-word \
+ test-parse-util \
test-user-util \
test-hostname-util \
test-process-util \
@@ -1732,6 +1734,18 @@ test_util_SOURCES = \
test_util_LDADD = \
libshared.la
+test_extract_word_SOURCES = \
+ src/test/test-extract-word.c
+
+test_extract_word_LDADD = \
+ libshared.la
+
+test_parse_util_SOURCES = \
+ src/test/test-parse-util.c
+
+test_parse_util_LDADD = \
+ libshared.la
+
test_user_util_SOURCES = \
src/test/test-user-util.c