commit f0618d7129fee227dbf4cf042d0c2a7feb32bad7
Author: David Goulet <dgou...@ev0ke.net>
Date:   Sun Jun 2 12:06:06 2013 -0400

    Add run_tests.sh to make check
    
    Signed-off-by: David Goulet <dgou...@ev0ke.net>
---
 test/Makefile.am |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/test/Makefile.am b/test/Makefile.am
index 10e037b..263fea0 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -2,6 +2,8 @@ noinst_PROGRAMS= test_torsocks
 
 test_torsocks_SOURCES= test_torsocks.c
 test_torsocks_LDFLAGS= $(TESTLDFLAGS)
-CLEANFILES= test_torsocks
 
-dist_data_DATA = run_tests.sh expectedresults.txt
\ No newline at end of file
+dist_data_DATA = run_tests.sh expectedresults.txt
+
+check-am:
+       ./run_tests.sh



_______________________________________________
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to