[tor-commits] [torsocks/master] Add run_tests.sh to make check

dgoulet at torproject.org dgoulet at torproject.org
Fri Apr 4 22:40:25 UTC 2014


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

    Add run_tests.sh to make check
    
    Signed-off-by: David Goulet <dgoulet at 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





More information about the tor-commits mailing list