summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 5e536dd9a2..6dbc085a4d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1433,6 +1433,7 @@ tests += \
test-proc-cmdline \
test-io-util \
test-glob-util \
+ test-xattr-util \
test-fs-util \
test-web-util \
test-stat-util \
@@ -1778,6 +1779,12 @@ test_alloc_util_SOURCES = \
test_alloc_util_LDADD = \
libbasic.la
+test_xattr_util_SOURCES = \
+ src/test/test-xattr-util.c
+
+test_xattr_util_LDADD = \
+ libbasic.la
+
test_io_util_SOURCES = \
src/test/test-io-util.c