[or-cvs] r8645: Make "make test" test. (tor/trunk)

nickm at seul.org nickm at seul.org
Sun Oct 8 03:17:25 UTC 2006


Author: nickm
Date: 2006-10-07 23:17:24 -0400 (Sat, 07 Oct 2006)
New Revision: 8645

Modified:
   tor/trunk/
   tor/trunk/Makefile.am
Log:
 r8936 at totoro:  nickm | 2006-10-07 21:00:05 -0400
 Make "make test" test.



Property changes on: tor/trunk
___________________________________________________________________
 svk:merge ticket from /tor/trunk [r8936] on 96637b51-b116-0410-a10e-9941ebb49b64

Modified: tor/trunk/Makefile.am
===================================================================
--- tor/trunk/Makefile.am	2006-10-08 00:33:43 UTC (rev 8644)
+++ tor/trunk/Makefile.am	2006-10-08 03:17:24 UTC (rev 8645)
@@ -56,6 +56,9 @@
 doxygen:
 	doxygen && cd doc/doxygen/latex && make
 
+test:
+	./src/or/test
+
 # Avoid strlcpy.c, strlcat.c, tree.h
 check-spaces:
 	./contrib/checkSpace.pl -C                    \
@@ -66,3 +69,4 @@
 check-logs:
 	./contrib/checkLogs.pl                        \
 		src/*/*.[ch] | sort -n
+



More information about the tor-commits mailing list