Skip to content

Commit e219dc5

Browse files
author
timlinux
committedApr 18, 2006

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎build.sh

Lines changed: 3 additions & 1 deletion
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)
Please sign in to comment.