]> granicus.if.org Git - postgis/commitdiff
Added proj tests, curtesy of Alex Mayrhofer
authorSandro Santilli <strk@keybit.net>
Wed, 30 Nov 2005 16:57:14 +0000 (16:57 +0000)
committerSandro Santilli <strk@keybit.net>
Wed, 30 Nov 2005 16:57:14 +0000 (16:57 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2101 b70326c6-7e19-0410-871a-916f4a2858ee

regress/Makefile

index eb38fa6b134c973d2484e9aba842daae7a1b1f6f..4bbb579a88f111a65651fb8820ef7c07698ca0af 100644 (file)
@@ -1,6 +1,6 @@
 TMPDIR?=/tmp
 
-test: test-common test-index test-lwgeom test-ogc test-lrs
+test: test-common test-index test-lwgeom test-ogc test-lrs test-proj
 
 test-lwgeom:
        @./run_test lwgeom_regress
@@ -17,5 +17,8 @@ test-lrs:
 test-common:
        @./run_test regress
 
+test-proj:
+       @./run_test regress_proj
+
 
 clean: