This fixes memcached_dump(), and creates a couple of additional tests for memcached_s...
[awesomized/libmemcached] / tests / libmemcached-1.0 / include.am
index 88bdeb1d8224f126d678bcb653265b74d2841564..373fc6e79bc28c615bdf8dbcbd4d80930a3f0499 100644 (file)
@@ -12,21 +12,22 @@ noinst_HEADERS+= \
                 tests/basic.h \
                 tests/callbacks.h \
                 tests/debug.h \
+                tests/deprecated.h \
                 tests/error_conditions.h \
                 tests/exist.h \
                 tests/ketama.h \
                 tests/ketama_test_cases.h \
                 tests/ketama_test_cases_spy.h \
                 tests/libmemcached-1.0/dump.h \
+                tests/libmemcached-1.0/stat.h \
                 tests/namespace.h \
                 tests/parser.h \
-                tests/touch.h \
-                tests/deprecated.h \
                 tests/pool.h \
                 tests/print.h \
                 tests/replication.h \
                 tests/server_add.h \
                 tests/string.h \
+                tests/touch.h \
                 tests/virtual_buckets.h
 
 # Test internals
@@ -45,6 +46,9 @@ noinst_PROGRAMS+= tests/libmemcached-1.0/internals
 tests_libmemcached_1_0_testapp_CXXFLAGS =  $(AM_CXXFLAGS) ${PTHREAD_CFLAGS}
 tests_libmemcached_1_0_testapp_CFLAGS= $(AM_CFLAGS) $(NO_CONVERSION) $(NO_STRICT_ALIASING)
 tests_libmemcached_1_0_testapp_SOURCES= \
+                                       tests/libmemcached-1.0/pool.cc \
+                                       tests/libmemcached-1.0/print.cc \
+                                       tests/libmemcached-1.0/replication.cc \
                                         tests/libmemcached-1.0/basic.cc \
                                         tests/libmemcached-1.0/callbacks.cc \
                                         tests/libmemcached-1.0/debug.cc \
@@ -55,11 +59,9 @@ tests_libmemcached_1_0_testapp_SOURCES= \
                                         tests/libmemcached-1.0/ketama.cc \
                                         tests/libmemcached-1.0/mem_functions.cc \
                                         tests/libmemcached-1.0/namespace.cc \
-                                       tests/libmemcached-1.0/pool.cc \
-                                       tests/libmemcached-1.0/print.cc \
-                                       tests/libmemcached-1.0/replication.cc \
                                         tests/libmemcached-1.0/parser.cc \
                                         tests/libmemcached-1.0/server_add.cc \
+                                        tests/libmemcached-1.0/stat.cc \
                                         tests/libmemcached-1.0/touch.cc \
                                         tests/libmemcached-1.0/virtual_buckets.cc