aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile.am
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2016-10-10 10:49:21 -0700
committerNikolaus Rath <Nikolaus@rath.org>2016-10-10 11:07:38 -0700
commit71064a41f823d2c857813330e8a3bce876e43553 (patch)
tree2eab260326092f14ebaeb084c3fea6cbcbd1a3d7 /test/Makefile.am
parent29eacdbe4189598faa4f507b09aaab111a93650b (diff)
downloadlibfuse-71064a41f823d2c857813330e8a3bce876e43553.tar.gz
Added write cache tests.
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am8
1 files changed, 6 insertions, 2 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 55d6950..0f2199f 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1,2 +1,6 @@
-bin_PROGRAMS = test
-test_SOURCES = test.c
+## Process this file with automake to produce Makefile.in
+
+AM_CPPFLAGS = -I$(top_srcdir)/include -D_REENTRANT
+noinst_PROGRAMS = test test_write_cache
+
+test_write_cache_LDADD = ../lib/libfuse3.la