mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-23 20:03:31 +01:00
r8936@totoro: nickm | 2006-10-07 21:00:05 -0400
Make "make test" test. svn:r8645
This commit is contained in:
parent
ea00437f74
commit
ceb3a50977
@ -56,6 +56,9 @@ dist-osx:
|
|||||||
doxygen:
|
doxygen:
|
||||||
doxygen && cd doc/doxygen/latex && make
|
doxygen && cd doc/doxygen/latex && make
|
||||||
|
|
||||||
|
test:
|
||||||
|
./src/or/test
|
||||||
|
|
||||||
# Avoid strlcpy.c, strlcat.c, tree.h
|
# Avoid strlcpy.c, strlcat.c, tree.h
|
||||||
check-spaces:
|
check-spaces:
|
||||||
./contrib/checkSpace.pl -C \
|
./contrib/checkSpace.pl -C \
|
||||||
@ -66,3 +69,4 @@ check-spaces:
|
|||||||
check-logs:
|
check-logs:
|
||||||
./contrib/checkLogs.pl \
|
./contrib/checkLogs.pl \
|
||||||
src/*/*.[ch] | sort -n
|
src/*/*.[ch] | sort -n
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user