diff options
author | Martin Pärtel <martin.partel@gmail.com> | 2013-07-22 10:35:00 +0300 |
---|---|---|
committer | Martin Pärtel <martin.partel@gmail.com> | 2013-07-22 10:35:00 +0300 |
commit | a671fee206476696205256931378f275c6a975d1 (patch) | |
tree | c2e260962ec8585b71bda764860256082a2a001d /tests/Makefile.am | |
parent | cd92d03e5895c1ae93b051be7ba65fd1960a945c (diff) | |
download | bindfs-a671fee206476696205256931378f275c6a975d1.tar.gz |
(build cleanup)
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 4 |
1 files changed, 0 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 |