diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index a8aaaf43d9..2927757b4d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1396,6 +1396,7 @@ tests += \ test-utf8 \ test-ellipsize \ test-util \ + test-hostname-util \ test-process-util \ test-terminal-util \ test-path-lookup \ @@ -1676,6 +1677,12 @@ test_util_SOURCES = \ test_util_LDADD = \ libshared.la +test_hostname_util_SOURCES = \ + src/test/test-hostname-util.c + +test_hostname_util_LDADD = \ + libshared.la + test_process_util_SOURCES = \ src/test/test-process-util.c |