]> granicus.if.org Git - postgis/commitdiff
Add in check-long target with slow tests
authorPaul Ramsey <pramsey@cleverelephant.ca>
Mon, 4 Mar 2019 22:09:29 +0000 (22:09 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Mon, 4 Mar 2019 22:09:29 +0000 (22:09 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@17288 b70326c6-7e19-0410-871a-916f4a2858ee

regress/core/Makefile.in

index b7e05aa361f7d4dbbc5d3fc593d3eebf4b8687b5..91ec3c61dbe7dbfe05ae7e3347729c20278f981e 100644 (file)
@@ -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: