Loading Makefile.am +3 −0 Original line number Diff line number Diff line Loading @@ -193,6 +193,9 @@ test: test-full: @(cd tests; $(MAKE) all full-test) test-nonflaky: @(cd tests; $(MAKE) all nonflaky-test) test-torture: @(cd tests; $(MAKE) all torture-test) Loading tests/Makefile.am +7 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ # | (__| |_| | _ <| |___ # \___|\___/|_| \_\_____| # # Copyright (C) 1998 - 2016, Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) 1998 - 2017, Daniel Stenberg, <daniel@haxx.se>, et al. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms Loading Loading @@ -65,6 +65,9 @@ TEST_Q = -a -s TEST_AM = -a -am TEST_F = -a -p -r TEST_T = -a -t # !flaky means that it'll skip all tests using the flaky keyword TEST_NF = -a -p -r !flaky endif # make sure that PERL is pointing to an executable Loading @@ -83,6 +86,9 @@ am-test: perlcheck all full-test: perlcheck all $(TEST) $(TEST_F) nonflaky-test: perlcheck all $(TEST) $(TEST_NF) torture-test: perlcheck all $(TEST) $(TEST_T) Loading Loading
Makefile.am +3 −0 Original line number Diff line number Diff line Loading @@ -193,6 +193,9 @@ test: test-full: @(cd tests; $(MAKE) all full-test) test-nonflaky: @(cd tests; $(MAKE) all nonflaky-test) test-torture: @(cd tests; $(MAKE) all torture-test) Loading
tests/Makefile.am +7 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ # | (__| |_| | _ <| |___ # \___|\___/|_| \_\_____| # # Copyright (C) 1998 - 2016, Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) 1998 - 2017, Daniel Stenberg, <daniel@haxx.se>, et al. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms Loading Loading @@ -65,6 +65,9 @@ TEST_Q = -a -s TEST_AM = -a -am TEST_F = -a -p -r TEST_T = -a -t # !flaky means that it'll skip all tests using the flaky keyword TEST_NF = -a -p -r !flaky endif # make sure that PERL is pointing to an executable Loading @@ -83,6 +86,9 @@ am-test: perlcheck all full-test: perlcheck all $(TEST) $(TEST_F) nonflaky-test: perlcheck all $(TEST) $(TEST_NF) torture-test: perlcheck all $(TEST) $(TEST_T) Loading