aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMartin Pärtel <martin.partel@gmail.com>2013-07-22 10:35:00 +0300
committerMartin Pärtel <martin.partel@gmail.com>2013-07-22 10:35:00 +0300
commita671fee206476696205256931378f275c6a975d1 (patch)
treec2e260962ec8585b71bda764860256082a2a001d /tests
parentcd92d03e5895c1ae93b051be7ba65fd1960a945c (diff)
downloadbindfs-a671fee206476696205256931378f275c6a975d1.tar.gz
(build cleanup)
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am4
-rw-r--r--tests/internals/Makefile.am1
2 files changed, 1 insertions, 4 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 0272ff0..2e053dd 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -2,9 +2,5 @@
noinst_PROGRAMS = readdir_inode
readdir_inode_SOURCES = readdir_inode.c
-test_internals_CPPFLAGS = ${my_CPPFLAGS} ${fuse_CFLAGS}
-test_internals_CFLAGS = ${my_CFLAGS}
-test_internals_LDADD = ${my_LDFLAGS}
-
TESTS = test_bindfs.rb
SUBDIRS = internals
diff --git a/tests/internals/Makefile.am b/tests/internals/Makefile.am
index 7f1568b..c3116e6 100644
--- a/tests/internals/Makefile.am
+++ b/tests/internals/Makefile.am
@@ -4,5 +4,6 @@ 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}
+test_internals_LDADD = ${my_LDFLAGS}
TESTS = test_internals_valgrind.sh