From 71064a41f823d2c857813330e8a3bce876e43553 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Mon, 10 Oct 2016 10:49:21 -0700 Subject: Added write cache tests. --- test/Makefile.am | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'test/Makefile.am') 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 -- cgit v1.2.3