From ba8de6eadf823782ccb8a058ba68f626ee4f70e2 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Mon, 4 Mar 2019 22:09:29 +0000 Subject: [PATCH] Add in check-long target with slow tests git-svn-id: http://svn.osgeo.org/postgis/trunk@17288 b70326c6-7e19-0410-871a-916f4a2858ee --- regress/core/Makefile.in | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/regress/core/Makefile.in b/regress/core/Makefile.in index b7e05aa36..91ec3c61d 100644 --- a/regress/core/Makefile.in +++ b/regress/core/Makefile.in @@ -164,8 +164,9 @@ TESTS = \ oriented_envelope # Slow slow tests -# concave_hull_hard -# knn_recheck +TESTS_SLOW = \ + concave_hull_hard \ + knn_recheck ifeq ($(shell expr $(POSTGIS_GEOS_VERSION) ">=" 37),1) # GEOS-3.7 adds: @@ -217,4 +218,8 @@ test check: $(PERL) ../run_test.pl --upgrade $(RUNTESTFLAGS) $(TESTS); \ fi +check-long: + $(PERL) ../run_test.pl $(RUNTESTFLAGS) $(TESTS) $(TESTS_SLOW) + + clean: -- 2.40.0