]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - Makefile.am
tests: move fs-util related tests to test-fs-util.c
[thirdparty/systemd.git] / Makefile.am
index 7b4254c16985caa85d952001635f9543d402428c..f18bc614a829e024cc36e911b419d0e755b3e1ad 100644 (file)
@@ -1430,6 +1430,7 @@ tests += \
        test-hexdecoct \
        test-escape \
        test-alloc-util \
+       test-fs-util \
        test-web-util \
        test-stat-util \
        test-fd-util \
@@ -1774,6 +1775,12 @@ test_alloc_util_SOURCES = \
 test_alloc_util_LDADD = \
        libbasic.la
 
+test_fs_util_SOURCES = \
+       src/test/test-fs-util.c
+
+test_fs_util_LDADD = \
+       libbasic.la
+
 test_fd_util_SOURCES = \
        src/test/test-fd-util.c