X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.am;h=d8670786eab8799896b5d9d2895786131a04d5c3;hb=d8c9d3a;hp=73709793a5b72f8d059e76e9debacdaaff714b68;hpb=0fb0c56f5283a8a94560f595768a801c8240a9bd;p=elogind.git diff --git a/Makefile.am b/Makefile.am index 73709793a..d8670786e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1105,6 +1105,7 @@ tests += \ test-utf8 \ test-ellipsize \ test-util \ + test-namespace \ test-date \ test-sleep \ test-replace-var \ @@ -1225,6 +1226,12 @@ test_util_SOURCES = \ test_util_LDADD = \ libsystemd-core.la +test_namespace_SOURCES = \ + src/test/test-namespace.c + +test_namespace_LDADD = \ + libsystemd-core.la + test_hashmap_SOURCES = \ src/test/test-hashmap.c