[postgis-tickets] r17288 - Add in check-long target with slow tests

Paul Ramsey pramsey at cleverelephant.ca
Mon Mar 4 02:09:29 PST 2019


Author: pramsey
Date: 2019-03-04 14:09:29 -0800 (Mon, 04 Mar 2019)
New Revision: 17288

Modified:
   trunk/regress/core/Makefile.in
Log:
Add in check-long target with slow tests


Modified: trunk/regress/core/Makefile.in
===================================================================
--- trunk/regress/core/Makefile.in	2019-03-04 17:00:08 UTC (rev 17287)
+++ trunk/regress/core/Makefile.in	2019-03-04 22:09:29 UTC (rev 17288)
@@ -164,8 +164,9 @@
 	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 @@
 		$(PERL) ../run_test.pl --upgrade $(RUNTESTFLAGS) $(TESTS); \
 	fi
 
+check-long:
+	$(PERL) ../run_test.pl $(RUNTESTFLAGS) $(TESTS) $(TESTS_SLOW)
+
+
 clean:



More information about the postgis-tickets mailing list