summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorFilipe Brandenburger <filbranden@google.com>2015-10-28 07:57:11 -0700
committerFilipe Brandenburger <filbranden@google.com>2015-10-28 08:16:00 -0700
commit23a3c916179873d755b863d14b14c6e7f4d0f2de (patch)
treecb4cc84c748aeb74929a53d0dd65f4c81d9eaebf /Makefile.am
parentd8c3019b02051bb3252bb9054cde340124bf274f (diff)
test-extract-word: Move extract-word tests into their own test case
Tests for the functions defined in src/basic/extract-word.c. Tested that `make check` still passes as expected.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 321966290c..fa1c2eaec8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1447,6 +1447,7 @@ tests += \
test-utf8 \
test-ellipsize \
test-util \
+ test-extract-word \
test-user-util \
test-hostname-util \
test-process-util \
@@ -1732,6 +1733,12 @@ 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_user_util_SOURCES = \
src/test/test-user-util.c