aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-10-22 09:14:57 +0200
committerMichał Górny <mgorny@gentoo.org>2021-10-22 09:14:57 +0200
commit4283dce8529d7423e8dc7584dc3b5e3b110c48e9 (patch)
treec475087b55e5ac022adcfcf6bf7449a09ea0f2a4 /tests
parenttests: add missing xattr-0 program (diff)
downloadsandbox-4283dce8529d7423e8dc7584dc3b5e3b110c48e9.tar.gz
sandbox-4283dce8529d7423e8dc7584dc3b5e3b110c48e9.tar.bz2
sandbox-4283dce8529d7423e8dc7584dc3b5e3b110c48e9.zip
tests: Add missing EXTRA_DIST for xattr-0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 846a8f6..5bb476d 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -3,7 +3,8 @@ TESTSUITE = $(srcdir)/testsuite
DISTCLEANFILES = atconfig
EXTRA_DIST = atlocal.in package.m4.in $(AT_FILES) $(TESTSUITE) \
test-skel-0.c \
- tests.h
+ tests.h \
+ xattr-0
AM_CPPFLAGS = -I$(top_srcdir) $(SANDBOX_DEFINES)