[or-cvs] [tor/master] Make "make test" depend on "all".
Nick Mathewson
nickm at seul.org
Wed Sep 23 04:30:28 UTC 2009
Author: Nick Mathewson <nickm at torproject.org>
Date: Tue, 22 Sep 2009 13:57:00 -0400
Subject: Make "make test" depend on "all".
Commit: d58a6bb13792245781f919da7a9817eebc9b456e
---
Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index c5e985c..24b30bc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -58,7 +58,7 @@ dist: check
doxygen:
doxygen && cd doc/doxygen/latex && make
-test:
+test: all
./src/test/test
# Avoid strlcpy.c, strlcat.c, tree.h
--
1.5.6.5
More information about the tor-commits
mailing list