зеркало из https://github.com/nextcloud/desktop.git
Enable unit testing by default in the build script.
This commit is contained in:
Родитель
5b3f0aad3d
Коммит
c51ab886e8
|
@ -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"
|
||||
|
|
Загрузка…
Ссылка в новой задаче