]> granicus.if.org Git - postgis/commitdiff
#3258 have winnie test tiger geocoder
authorRegina Obe <lr@pcorp.us>
Sun, 23 Aug 2015 06:58:19 +0000 (06:58 +0000)
committerRegina Obe <lr@pcorp.us>
Sun, 23 Aug 2015 06:58:19 +0000 (06:58 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13983 b70326c6-7e19-0410-871a-916f4a2858ee

ci/winnie/regress_postgis.sh

index db7f91f7149187be7b98e8e258bc225ad1e05e47..de0be5eeb8885869a22ec172bfc879f053312001 100644 (file)
@@ -153,8 +153,16 @@ if [ "$MAKE_EXTENSION" == "1" ]; then
  cp -r extensions/*/*.dll ${PGPATHEDB}/lib
  
  make check RUNTESTFLAGS=--extension
+ ##test address standardizer
+ cd ${POSTGIS_SRC}
  cd extensions/address_standardizer
  make installcheck
+ ##test tiger geocoder
+ cd ${POSTGIS_SRC}
+ cd extensions/postgis_tiger_geocoder
+ make installcheck
  if [ "$?" != "0" ]; then
   exit $?
  fi