diff options
author | Martin Pärtel <martin.partel@gmail.com> | 2016-07-31 19:39:11 +0100 |
---|---|---|
committer | Martin Pärtel <martin.partel@gmail.com> | 2016-07-31 19:39:11 +0100 |
commit | bc7e55aee064c06709dcc3cb329158cb6b75f935 (patch) | |
tree | 9b9d05f13f3e39714909014d666a6f8833176037 /tests/Makefile.am | |
parent | e8a36fedff1e2836716a2345bd5c6b3565e990a1 (diff) | |
download | bindfs-bc7e55aee064c06709dcc3cb329158cb6b75f935.tar.gz |
Implemented --enable-lock-forwarding.
This should address #36.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 3 |
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 |