]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - Makefile.am
tests: move stat-util related tests to test-stat-util.c
[thirdparty/systemd.git] / Makefile.am
index 2943f51d451594ed5146a8a26da7a2836b24ca91..1212b4787395be1b9586303cd5daa8e45ea3d340 100644 (file)
@@ -1431,6 +1431,7 @@ tests += \
        test-escape \
        test-alloc-util \
        test-web-util \
+       test-stat-util \
        test-string-util \
        test-extract-word \
        test-parse-util \
@@ -1784,6 +1785,12 @@ test_cpu_set_util_SOURCES = \
 test_cpu_set_util_LDADD = \
        libbasic.la
 
+test_stat_util_SOURCES = \
+       src/test/test-stat-util.c
+
+test_stat_util_LDADD = \
+       libbasic.la
+
 test_escape_SOURCES = \
        src/test/test-escape.c