From fea741c8a84757d6dda9b8fb1fba971a7e911c72 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Fri, 28 May 2010 10:02:34 -0700 Subject: [PATCH] Added two test files to the tarball. --- tests/include.am | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/tests/include.am b/tests/include.am index b71f0c79..eec83b70 100644 --- a/tests/include.am +++ b/tests/include.am @@ -15,16 +15,18 @@ TESTS_LDADDS+= libmemcached/libmemcachedutil.la endif EXTRA_DIST+= \ - 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 + 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 \ -- 2.30.2