diff options
author | Martin Pärtel <martin.partel@gmail.com> | 2012-09-14 16:59:49 +0300 |
---|---|---|
committer | Martin Pärtel <martin.partel@gmail.com> | 2012-09-14 16:59:49 +0300 |
commit | f6161698827488cc21f3f3726d5af0cb2a89ce4b (patch) | |
tree | b7ebdfdfe8f9a70905a0878415e768f66200d953 /tests/Makefile.am | |
parent | 66f00111c4e886e244152e460ada62164c975d4d (diff) | |
download | bindfs-f6161698827488cc21f3f3726d5af0cb2a89ce4b.tar.gz |
Implemented my_dirname and added unit tests for it.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 4 |
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 |