Merge working tree with build tree.
[m6w6/libmemcached] / tests / include.am
index 96cbd70bffaa3314b3271e9070ccee135203d75c..c0d7771c1e125c5d7cccdb8783f23e7a799b38be 100644 (file)
@@ -8,24 +8,23 @@
 # included from Top Level Makefile.am
 # All paths should be given relative to the root
 
-TESTS_LDADDS= \
-             libmemcached/libmemcached.la \
-             libmemcached/libmemcachedutil.la \
-             libtest/libtest.la
+TESTS_LDADDS=
+TESTS_LDADDS+= libmemcached/libmemcached.la
+TESTS_LDADDS+= libmemcached/libmemcachedutil.la
+TESTS_LDADDS+= libtest/libtest.la
 
 DEBUG_COMMAND= $(LIBTOOL) --mode=execute gdb
 
 PAHOLE_COMMAND= $(LIBTOOL) --mode=execute pahole
 
-EXTRA_DIST+= \
-            tests/cpp_example.cc \
-            tests/output_plus.res
+EXTRA_DIST+= tests/cpp_example.cc
+EXTRA_DIST+= tests/output_plus.res
 
-noinst_HEADERS+= \
-                tests/exist.h \
-                tests/hash_results.h \
-                tests/libmemcached_world.h \
-                tests/libmemcached_world_socket.h
+noinst_HEADERS+= tests/exist.h
+noinst_HEADERS+= tests/keys.hpp
+noinst_HEADERS+= tests/hash_results.h
+noinst_HEADERS+= tests/libmemcached_world.h
+noinst_HEADERS+= tests/libmemcached_world_socket.h
 
 # Cycle should always run first
 tests_cycle_CFLAGS= $(AM_CFLAGS) $(NO_CONVERSION) $(NO_STRICT_ALIASING)
@@ -67,28 +66,28 @@ test: check
 check-local: $(TEST_DOCS)
        @echo "Tests completed"
 
-test-mem: tests/var tests/libmemcached-1.0/testapp
+test-mem: tests/libmemcached-1.0/testapp
        @tests/libmemcached-1.0/testapp
 
 test-sasl: tests/sasl
        @tests/sasl
 
-test-atom: tests/var tests/atomsmasher
+test-atom: tests/atomsmasher
        @tests/atomsmasher
 
-test-plus: tests/var tests/testplus
+test-plus: tests/testplus
        @tests/testplus
 
-test-hash: tests/var tests/testhashkit
+test-hash: tests/testhashkit
        @tests/testhashkit
 
-test-hashplus: tests/var tests/hash_plus
+test-hashplus: tests/hash_plus
        @tests/hash_plus
 
-test-cycle: tests/var tests/cycle
+test-cycle: tests/cycle
        @tests/cycle
 
-test-memcapable: tests/var tests/memcapable
+test-memcapable: tests/memcapable
        @tests/memcapable
 
 pahole-mem: tests/testapp