Skip to content

Commit

Permalink
fix zlib test
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Rodgman <[email protected]>
  • Loading branch information
daverodgman committed Mar 1, 2024
1 parent e264a7d commit dff18da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/scripts/all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1008,6 +1008,9 @@ EOF
}
component_test_zlib_cmake() {
# This is needed due to something parsing the output from make
export VERBOSE_LOGS=1
msg "build: zlib enabled, cmake"
scripts/config.py set MBEDTLS_ZLIB_SUPPORT
cmake -D ENABLE_ZLIB_SUPPORT=On -D CMAKE_BUILD_TYPE:String=Release .
Expand Down

0 comments on commit dff18da

Please sign in to comment.