aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorMartin Pärtel <martin.partel@gmail.com>2019-04-28 23:36:32 +0300
committerMartin Pärtel <martin.partel@gmail.com>2019-04-28 23:36:32 +0300
commit65b17173bda92a5e03f931244eca3f8afa127328 (patch)
treee4b2b0a7c7d0270451e0f0f2e4f2a2b3addbb55a /tests/Makefile.am
parent95a721e0cb55465dda5ceae50e1fde944ad8a354 (diff)
downloadbindfs-65b17173bda92a5e03f931244eca3f8afa127328.tar.gz
Cleanups, tests and optimizations for #74.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 0a52108..742899b 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -4,10 +4,12 @@ UNAME_S := $(shell uname -s)
AM_CPPFLAGS = ${my_CPPFLAGS}
AM_CFLAGS = ${my_CFLAGS}
-noinst_PROGRAMS = readdir_inode utimens_nofollow fcntl_locker test_dir_rewind
+noinst_PROGRAMS = readdir_inode utimens_nofollow fcntl_locker odirect_read odirect_write test_dir_rewind
readdir_inode_SOURCES = readdir_inode.c
utimens_nofollow_SOURCES = utimens_nofollow.c
fcntl_locker_SOURCES = fcntl_locker.c
+odirect_read_SOURCES = odirect_read.c
+odirect_write_SOURCES = odirect_write.c
test_dir_rewind_SOURCES = test_dir_rewind.c
TESTS = test_bindfs.rb