From da1aa66f70f3ed1e5376baef053a0c76f33cc7d8 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 22 Sep 2009 12:31:15 -0400 Subject: Move testing code into new src/test directory. --- Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 4e049a03a..c5e985c17 100644 --- a/Makefile.am +++ b/Makefile.am @@ -59,14 +59,15 @@ doxygen: doxygen && cd doc/doxygen/latex && make test: - ./src/or/test + ./src/test/test # Avoid strlcpy.c, strlcat.c, tree.h check-spaces: ./contrib/checkSpace.pl -C \ src/common/*.h \ src/common/[^asO]*.c src/common/address.c \ - src/or/[^et]*.[ch] src/or/t[^i]*.c src/or/eventdns_tor.h + src/or/[^et]*.[ch] src/or/t*.c src/or/eventdns_tor.h \ + src/test/test*.[ch] check-docs: ./contrib/checkOptionDocs.pl -- cgit v1.2.3