X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=Makefile.am;h=d50ab3d704301dba334b3c015a7929d753d42b53;hp=9e0f5fb20ea14036c8ff697062db668be94a8c66;hb=9341a4a167f348fc42cdd6f7ac8763bf3a0c5911;hpb=febfd508297280846588f0e97514065ac23945bc diff --git a/Makefile.am b/Makefile.am index 9e0f5fb20..d50ab3d70 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1102,7 +1102,8 @@ tests += \ test-cgroup-util \ test-prioq \ test-fileio \ - test-time + test-time \ + test-hashmap EXTRA_DIST += \ test/sched_idle_bad.service \ @@ -1193,6 +1194,15 @@ test_util_CFLAGS = \ test_util_LDADD = \ libsystemd-core.la +test_hashmap_SOURCES = \ + src/test/test-hashmap.c + +test_hashmap_CFLAGS = \ + $(AM_CFLAGS) + +test_hashmap_LDADD = \ + libsystemd-core.la + test_prioq_SOURCES = \ src/test/test-prioq.c