aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2017-07-08 12:43:18 +0200
committerNikolaus Rath <Nikolaus@rath.org>2017-08-03 18:00:34 +0200
commitd58d73c501ea3b4c54f443d5660d7e1a3794d5fb (patch)
tree42217b22b7addeaae74264ef53414e7d919f449c
parent8d9bccb98763c5bd626485d066315b737569cfbe (diff)
downloadsshfs-d58d73c501ea3b4c54f443d5660d7e1a3794d5fb.tar
sshfs-d58d73c501ea3b4c54f443d5660d7e1a3794d5fb.tar.gz
sshfs-d58d73c501ea3b4c54f443d5660d7e1a3794d5fb.tar.bz2
sshfs-d58d73c501ea3b4c54f443d5660d7e1a3794d5fb.zip
Include test files in "make dist"
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac2
-rw-r--r--test/Makefile.am4
3 files changed, 7 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index e34fbb3..d4b81d1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,6 +2,8 @@
bin_PROGRAMS = sshfs
+SUBDIRS = test
+
sshfs_SOURCES = sshfs.c cache.c cache.h
if FUSE_OPT_COMPAT
sshfs_SOURCES += compat/fuse_opt.c compat/fuse_opt.h
diff --git a/configure.ac b/configure.ac
index 93af51b..a043142 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,5 +40,5 @@ case "$osname" in
esac
AC_SUBST(IDMAP_DEFAULT)
-AC_CONFIG_FILES([Makefile])
+AC_CONFIG_FILES([Makefile test/Makefile])
AC_OUTPUT
diff --git a/test/Makefile.am b/test/Makefile.am
new file mode 100644
index 0000000..8cf26e2
--- /dev/null
+++ b/test/Makefile.am
@@ -0,0 +1,4 @@
+## Process this file with automake to produce Makefile.in
+
+EXTRA_DIST = meson.build conftest.py pytest.ini test_sshfs.py \
+ util.py wrong_command.c