diff options
Diffstat (limited to 'tests/internals/Makefile.am')
-rw-r--r-- | tests/internals/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
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 |