aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorMartin Pärtel <martin.partel@gmail.com>2016-07-31 19:39:11 +0100
committerMartin Pärtel <martin.partel@gmail.com>2016-07-31 19:39:11 +0100
commitbc7e55aee064c06709dcc3cb329158cb6b75f935 (patch)
tree9b9d05f13f3e39714909014d666a6f8833176037 /tests/Makefile.am
parente8a36fedff1e2836716a2345bd5c6b3565e990a1 (diff)
downloadbindfs-bc7e55aee064c06709dcc3cb329158cb6b75f935.tar.gz
Implemented --enable-lock-forwarding.
This should address #36.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am3
1 files changed, 2 insertions, 1 deletions
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