When building using the build script, enable unit tests and run tests on completion of compilation

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5301 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
timlinux 2006-04-18 09:13:15 +00:00
parent dc85568758
commit e219dc5fe0

View File

@ -49,7 +49,9 @@ then
# for additional details
./autogen.sh $AUTOGEN_FLAGS --prefix=${1} \
--enable-static=no \
--enable-unittests \
--with-qtdir=$QTDIR \
--with-grass=/usr/lib/grass && make && make install
#--enable-unittests \
cd tests/src
./runtests.sh