mirror of
https://github.com/stedolan/jq.git
synced 2024-05-11 05:55:39 +00:00
Disable docs by default; don't mantest if no docs
This commit is contained in:
@ -128,7 +128,11 @@ endif
|
||||
|
||||
### Tests (make check)
|
||||
|
||||
if ENABLE_DOCS
|
||||
TESTS = tests/optionaltest tests/mantest tests/jqtest tests/onigtest tests/shtest tests/utf8test tests/base64test
|
||||
else
|
||||
TESTS = tests/optionaltest tests/jqtest tests/onigtest tests/shtest tests/utf8test tests/base64test
|
||||
endif
|
||||
TESTS_ENVIRONMENT = NO_VALGRIND=$(NO_VALGRIND)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user