aboutsummaryrefslogtreecommitdiff
path: root/test/Makefile.am
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2016-11-06 20:59:55 -0800
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2016-11-06 21:01:38 -0800
commita50b2ab170ed12c950a621f8f29f1619850286fb (patch)
treedea590877fffc6ebbb793e1f8b45ee10cf425b54 /test/Makefile.am
parentaaee3f93ef447d3307110464223e4315c3f02db5 (diff)
Added test for fchmod
At the moment this test fails (cf. issue #62). If that gets fixed in the kernel, this test can be activated conditionally.
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 0f2199f..9eb0a73 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1,6 +1,7 @@
## Process this file with automake to produce Makefile.in
AM_CPPFLAGS = -I$(top_srcdir)/include -D_REENTRANT
-noinst_PROGRAMS = test test_write_cache
+noinst_PROGRAMS = test test_write_cache test_setattr
test_write_cache_LDADD = ../lib/libfuse3.la
+test_setattr_LDADD = ../lib/libfuse3.la