Skip to content

APP tests are disabled if app is not built

Dmitry Kargin requested to merge dkargin/bzip2:skip_tests_if_no_app into master

Current cmake script enables test for app if Python3 is found. But it does not check if bzip2 application will be built. So current cmake script will fail to configure if we specify ENABLE_LIB_ONLY=ON or ENABLE_APP=OFF options in cmake.

I've added an additional check for ENABLE_APP for bzip2 tests.

Merge request reports

Loading