Lines Matching +full:- +full:- +full:enable +full:- +full:maintainer +full:- +full:mode
22 # SPDX-License-Identifier: curl
26 set -eu
28 autoreconf -fi
29 mkdir -p cvr
31 ../configure --disable-shared --enable-debug --enable-maintainer-mode --enable-code-coverage
32 make -sj
34 make TFLAGS=-n test-nonflaky
36 #make TFLAGS=-n test-torture
37 # do everything event-based
38 make TFLAGS=-n test-event
39 lcov -d . -c -o cov.lcov
40 genhtml cov.lcov --output-directory coverage --title "curl code coverage"
41 tar -cjf curl-coverage.tar.bz2 coverage