diff --git a/Makefile.am b/Makefile.am index ace32946d94064f2ad97e146c5fe2059db86c038..8268344b2bf109a6d651b5bdd2b7f7825581c557 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 +