Update how tests are performed.
authorBrian Aker <brian@gaz>
Thu, 14 Jan 2010 19:58:22 +0000 (11:58 -0800)
committerBrian Aker <brian@gaz>
Thu, 14 Jan 2010 19:58:22 +0000 (11:58 -0800)
tests/include.am

index 1c54c1f568e0661f11dea73ade637b2f5138d87d..1f66d701689ec783a7918f85ccfe3281c901b00a 100644 (file)
@@ -82,15 +82,9 @@ client-record:
        sh tests/t/memslap.test > tests/r/memslap.res
        sh tests/t/memstat.test > tests/r/memstat.res
 
-test: test-docs tests/testplus library_test memcapable libmhashkit_test
+test: test-docs test-mem test-plus test-hash memcapable
        echo "Tests completed"
 
-library_test: tests/testapp
-       tests/testapp
-
-libmhashkit_test: libhashkit
-       tests/testhashkit
-
 memcapable: clients/memcapable
        @MEMC_BINARY@ -d -P `pwd`/tests/Xumemc.pid -p 12555
        @clients/memcapable -p 12555 || echo "Your memcached server does not support all commands"