mirror of
https://github.com/curl/curl.git
synced 2026-06-22 17:45:39 +03:00
coverage: run event tests too
... the torture ones are commented out only because they are slooooow.
This commit is contained in:
parent
f6e0f4556e
commit
b5e143e7a5
3 changed files with 12 additions and 0 deletions
|
|
@ -5,7 +5,12 @@ mkdir -p cvr
|
|||
cd cvr
|
||||
../configure --disable-shared --enable-debug --enable-maintainer-mode --enable-code-coverage
|
||||
make -sj
|
||||
# the regular test run
|
||||
make TFLAGS=-n test-nonflaky
|
||||
# make all allocs/file operations fail
|
||||
#make TFLAGS=-n test-torture
|
||||
# do everything event-based
|
||||
make TFLAGS=-n test-event
|
||||
lcov -d . -c -o cov.lcov
|
||||
genhtml cov.lcov --output-directory coverage --title "curl code coverage"
|
||||
tar -cjf curl-coverage.tar.bz2 coverage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue