aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorMartin Pärtel <martin.partel@gmail.com>2012-09-14 16:59:49 +0300
committerMartin Pärtel <martin.partel@gmail.com>2012-09-14 16:59:49 +0300
commitf6161698827488cc21f3f3726d5af0cb2a89ce4b (patch)
treeb7ebdfdfe8f9a70905a0878415e768f66200d953 /tests/Makefile.am
parent66f00111c4e886e244152e460ada62164c975d4d (diff)
downloadbindfs-f6161698827488cc21f3f3726d5af0cb2a89ce4b.tar.gz
Implemented my_dirname and added unit tests for it.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index ce11f95..8210f2b 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -2,4 +2,8 @@
noinst_PROGRAMS = readdir_inode
readdir_inode_SOURCES = readdir_inode.c
+test_internals_CPPFLAGS = ${my_CPPFLAGS} ${fuse_CFLAGS}
+test_internals_CFLAGS = ${my_CFLAGS}
+
TESTS = test_bindfs.rb
+SUBDIRS = internals