From ceb3a50977bb19bd43b1913797364bf6f57ac204 Mon Sep 17 00:00:00 2001
From: Nick Mathewson <nickm@torproject.org>
Date: Sun, 8 Oct 2006 03:17:24 +0000
Subject: [PATCH]  r8936@totoro:  nickm | 2006-10-07 21:00:05 -0400  Make "make
 test" test.

svn:r8645
---
 Makefile.am | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Makefile.am b/Makefile.am
index ace32946d9..8268344b2b 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
+
-- 
GitLab