chiark / gitweb /
tests: add tests for {hashmap,set}_steal_first
[elogind.git] / Makefile.am
index 7bb7f75915a5d54a37099ec442cd083043c0e464..9e087bd9fb5d0509ec8b54a6dbd09b3957012739 100644 (file)
@@ -1341,6 +1341,7 @@ tests += \
        test-fileio \
        test-time \
        test-hashmap \
+       test-set \
        test-list \
        test-tables \
        test-device-nodes \
@@ -1572,6 +1573,12 @@ test_hashmap_SOURCES = \
 test_hashmap_LDADD = \
        libsystemd-core.la
 
+test_set_SOURCES = \
+       src/test/test-set.c
+
+test_set_LDADD = \
+       libsystemd-core.la
+
 test_xml_SOURCES = \
        src/test/test-xml.c