From b5e143e7a562a6765077110fe60bccdb8b6bb7d2 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 2 Jun 2017 09:25:02 +0200 Subject: coverage: run event tests too ... the torture ones are commented out only because they are slooooow. --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 510838317..6c1d9edff 100644 --- a/Makefile.am +++ b/Makefile.am @@ -202,6 +202,9 @@ test-nonflaky: test-torture: @(cd tests; $(MAKE) all torture-test) +test-event: + @(cd tests; $(MAKE) all event-test) + test-am: @(cd tests; $(MAKE) all am-test) -- cgit v1.2.3