[memcached] bradfitz, r374: make "make test" run "prove t"
commits at code.sixapart.com
commits at code.sixapart.com
Tue Sep 5 22:46:32 UTC 2006
make "make test" run "prove t"
U trunk/server/Makefile.am
Modified: trunk/server/Makefile.am
===================================================================
--- trunk/server/Makefile.am 2006-09-05 18:48:38 UTC (rev 373)
+++ trunk/server/Makefile.am 2006-09-05 22:46:32 UTC (rev 374)
@@ -7,8 +7,8 @@
DIST_DIRS = scripts
EXTRA_DIST = doc scripts TODO t
-# FIXME: how to run Perl tests from automake?
-#TESTS = test/getset.t
+test: memcached
+ prove t
# Uncomment the following to save some CPU (by disabling assertions), at the risk of silent data
# structure corruption. After all, this is a new branch of memcached, so you probably want
More information about the memcached-commits
mailing list