Skip to content

Commit

Permalink
When building using the build script, enable unit tests and run tests…
Browse files Browse the repository at this point in the history
… on completion of compilation

git-svn-id: http://svn.osgeo.org/qgis/trunk@5301 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Apr 18, 2006
1 parent ec5c535 commit 87fbb92
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.sh
Expand Up @@ -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

0 comments on commit 87fbb92

Please sign in to comment.