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/internals/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/internals/Makefile.am (limited to 'tests/internals/Makefile.am') diff --git a/tests/internals/Makefile.am b/tests/internals/Makefile.am new file mode 100644 index 0000000..7f1568b --- /dev/null +++ b/tests/internals/Makefile.am @@ -0,0 +1,8 @@ + +noinst_PROGRAMS = test_internals +test_internals_SOURCES = test_internals.c $(top_builddir)/src/misc.c + +test_internals_CPPFLAGS = ${my_CPPFLAGS} ${fuse_CFLAGS} -I$(top_builddir)/src +test_internals_CFLAGS = ${my_CFLAGS} + +TESTS = test_internals_valgrind.sh -- cgit v1.2.3