Enable unit testing by default in the build script.

This commit is contained in:
Andreas Schneider 2008-03-03 12:28:32 +01:00
Родитель 5b3f0aad3d
Коммит c51ab886e8
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -1,3 +1,4 @@
# Last Change: 2008-03-03 11:09:18
#!/bin/bash
#
# Script to build csync on UNIX.
@ -55,7 +56,7 @@ echo "Usage: `basename $0` [--prefix /install_prefix|--build [debug|final]|--cle
cd ${BUILDDIR}
OPTIONS="--graphviz=${BUILDDIR}/csync.dot"
OPTIONS="--graphviz=${BUILDDIR}/csync.dot -DUNIT_TESTING=ON"
while test -n "$1"; do
PARAM="$1"