summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorRonny Chevalier <chevalier.ronny@gmail.com>2016-03-03 00:35:36 +0100
committerRonny Chevalier <chevalier.ronny@gmail.com>2016-03-03 19:04:07 +0100
commitac229ed8901d487854e4db9ab884898b97d0cc7f (patch)
tree1483fbc4e9aebe23844f310ee12804c24fa01b37 /Makefile.am
parent6a4f4a0fa016a28bf0161d46034d2dc875c0f38f (diff)
downloadsystemd-ac229ed8901d487854e4db9ab884898b97d0cc7f.tar.gz
tests: move xattr-util related tests to test-xattr-util.c
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