From 665da7d8bd38c51be66fb5493dfebb33064981de Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Mon, 20 Jun 2016 13:15:25 -0700 Subject: [PATCH] Include test suite in tarball --- Makefile.am | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 6cb802c..54aee13 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,9 +4,11 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = @subdirs2@ doc -EXTRA_DIST = \ - fuse3.pc.in \ - README* +EXTRA_DIST = \ + fuse3.pc.in \ + README* \ + test/*.py \ + test/pytest.ini pkgconfigdir = @pkgconfigdir@ pkgconfig_DATA = fuse3.pc -- 2.30.2