Skip to content

Commit e219dc5

Browse files
author
timlinux
committed
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
1 parent dc85568 commit e219dc5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ then
4949
# for additional details
5050
./autogen.sh $AUTOGEN_FLAGS --prefix=${1} \
5151
--enable-static=no \
52+
--enable-unittests \
5253
--with-qtdir=$QTDIR \
5354
--with-grass=/usr/lib/grass && make && make install
5455

55-
#--enable-unittests \
56+
cd tests/src
57+
./runtests.sh

0 commit comments

Comments
 (0)