From 207f588987855e4ab8bc836c7f45d5323f1f69e5 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 22 Mar 2017 10:48:20 +0100 Subject: make: introduce 'test-nonflaky' target Running this in the root build dir will invoke the test suite to only run tests not marked as 'flaky'. --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 1507a841e..fcc5606b0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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) -- cgit v1.2.3