From f6161698827488cc21f3f3726d5af0cb2a89ce4b Mon Sep 17 00:00:00 2001 From: Martin Pärtel Date: Fri, 14 Sep 2012 16:59:49 +0300 Subject: Implemented my_dirname and added unit tests for it. --- tests/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/Makefile.am') 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 -- cgit v1.2.3