Merge Monty (with formatting fixes)
[awesomized/libmemcached] / tests / include.am
index 01c541e60ac2442d63fd487bafc23f0b503e048b..5a65b6c21c1c90f91f9df5570f6f33448e52f951 100644 (file)
@@ -15,18 +15,6 @@ TESTS_LDADDS+= libmemcached/libmemcachedutil.la
 endif
 
 EXTRA_DIST+= \
-                                                tests/cpp_example.cc \
-                                                tests/output_plus.res \
-                                                tests/r/memcat.res \
-                                                tests/r/memcp.res \
-                                                tests/r/memrm.res \
-                                                tests/r/memslap.res \
-                                                tests/r/memstat.res \
-                                                tests/t/memcat.test \
-                                                tests/t/memcp.test \
-                                                tests/t/memrm.test \
-                                                tests/t/memslap.test \
-                                                tests/t/memstat.test
 
 noinst_HEADERS+= \
                 tests/hash_results.h \
@@ -55,11 +43,11 @@ tests_libtest_la_SOURCES= tests/test.c
 tests_testapp_CFLAGS= $(AM_CFLAGS) $(NO_CONVERSION) $(NO_STRICT_ALIASING)
 tests_testapp_SOURCES= tests/mem_functions.c
 tests_testapp_DEPENDENCIES= \
-                    clients/libgenexec.la \
-                    tests/libserver.la \
-                    tests/libtest.la \
-                    libmemcached/libmemcachedinternal.la \
-                     $(TESTS_LDADDS)
+                           clients/libgenexec.la \
+                           tests/libserver.la \
+                           tests/libtest.la \
+                           libmemcached/libmemcachedinternal.la \
+                           $(TESTS_LDADDS)
 tests_testapp_LDADD= $(tests_testapp_DEPENDENCIES) $(LIBSASL)
 
 tests_testplus_SOURCES= tests/plus.cpp
@@ -69,19 +57,19 @@ tests_testplus_LDADD= $(tests_testplus_DEPENDENCIES) $(LIBSASL)
 
 tests_atomsmasher_SOURCES= tests/atomsmasher.c
 tests_atomsmasher_DEPENDENCIES= \
-       clients/libgenexec.la \
-       tests/libserver.la \
-       tests/libtest.la \
-       $(TESTS_LDADDS)
+                               clients/libgenexec.la \
+                               tests/libserver.la \
+                               tests/libtest.la \
+                               $(TESTS_LDADDS)
 tests_atomsmasher_LDADD= $(tests_atomsmasher_DEPENDENCIES) $(LIBSASL)
 
 tests_testudp_CFLAGS= $(AM_CFLAGS) $(NO_CONVERSION) $(NO_STRICT_ALIASING)
 tests_testudp_SOURCES= tests/mem_udp.c
 tests_testudp_DEPENDENCIES= \
-       clients/libgenexec.la \
-       tests/libserver.la \
-       tests/libtest.la \
-       $(TESTS_LDADDS)
+                           clients/libgenexec.la \
+                           tests/libserver.la \
+                           tests/libtest.la \
+                           $(TESTS_LDADDS)
 tests_testudp_LDADD= $(tests_testudp_DEPENDENCIES) $(LIBSASL)
 
 tests_startservers_SOURCES= tests/start.c