From bc7e55aee064c06709dcc3cb329158cb6b75f935 Mon Sep 17 00:00:00 2001 From: Martin Pärtel Date: Sun, 31 Jul 2016 19:39:11 +0100 Subject: Implemented --enable-lock-forwarding. This should address #36. --- tests/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/Makefile.am') diff --git a/tests/Makefile.am b/tests/Makefile.am index eca8563..66713e2 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,9 +1,10 @@ UNAME_S := $(shell uname -s) -noinst_PROGRAMS = readdir_inode utimens_nofollow +noinst_PROGRAMS = readdir_inode utimens_nofollow fcntl_locker readdir_inode_SOURCES = readdir_inode.c utimens_nofollow_SOURCES = utimens_nofollow.c +fcntl_locker_SOURCES = fcntl_locker.c TESTS = test_bindfs.rb SUBDIRS = internals -- cgit v1.2.3