diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-09-22 13:57:00 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-09-23 00:24:43 -0400 |
commit | d58a6bb13792245781f919da7a9817eebc9b456e (patch) | |
tree | 541eba358615e54646ef6a6157dafffb61057df4 /Makefile.am | |
parent | fa693118b1bbfaf9581fd0852d3e10da0230e3d3 (diff) | |
download | tor-d58a6bb13792245781f919da7a9817eebc9b456e.tar.gz tor-d58a6bb13792245781f919da7a9817eebc9b456e.zip |
Make "make test" depend on "all".
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index c5e985c173..24b30bc092 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 |