From 23a3c916179873d755b863d14b14c6e7f4d0f2de Mon Sep 17 00:00:00 2001 From: Filipe Brandenburger Date: Wed, 28 Oct 2015 07:57:11 -0700 Subject: 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. --- Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makefile.am') 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 -- cgit v1.2.3-54-g00ecf