diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2016-10-10 10:49:21 -0700 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2016-10-10 11:07:38 -0700 |
commit | 71064a41f823d2c857813330e8a3bce876e43553 (patch) | |
tree | 2eab260326092f14ebaeb084c3fea6cbcbd1a3d7 /test/Makefile.am | |
parent | 29eacdbe4189598faa4f507b09aaab111a93650b (diff) | |
download | libfuse-71064a41f823d2c857813330e8a3bce876e43553.tar.gz |
Added write cache tests.
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 8 |
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 |