#3258 have winnie test tiger geocoder

git-svn-id: http://svn.osgeo.org/postgis/trunk@13983 b70326c6-7e19-0410-871a-916f4a2858ee
This commit is contained in:
Regina Obe 2015-08-23 06:58:19 +00:00
parent 3c6924efec
commit 8d9c142a18

View 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