Skip to content
Snippets Groups Projects
Commit ceb3a509 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

r8936@totoro: nickm | 2006-10-07 21:00:05 -0400

 Make "make test" test.


svn:r8645
parent ea00437f
No related branches found
No related tags found
No related merge requests found
......@@ -56,6 +56,9 @@ dist-osx:
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-spaces:
check-logs:
./contrib/checkLogs.pl \
src/*/*.[ch] | sort -n
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment