File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -195,6 +195,7 @@ LCOV_FILTER_PATTERN = \
195195 -p "src/crypto/ctaes" \
196196 -p "src/minisketch" \
197197 -p "src/secp256k1" \
198+ -p "src/simplicity/secp256k1" \
198199 -p "depends"
199200
200201DIR_FUZZ_SEED_CORPUS ?= qa-assets/fuzz_seed_corpus
Original file line number Diff line number Diff line change @@ -862,7 +862,7 @@ if test "$use_lcov" = "yes"; then
862862
863863 AX_CHECK_LINK_FLAG ( [ --coverage] , [ LDFLAGS="$LDFLAGS --coverage"] ,
864864 [ AC_MSG_ERROR ( [ lcov testing requested but --coverage linker flag does not work] ) ] )
865- AX_CHECK_COMPILE_FLAG ( [ --coverage] ,[ CXXFLAGS="$CXXFLAGS --coverage"] ,
865+ AX_CHECK_COMPILE_FLAG ( [ --coverage] ,[ CXXFLAGS="$CXXFLAGS --coverage";CFLAGS="$CFLAGS --coverage" ] ,
866866 [ AC_MSG_ERROR ( [ lcov testing requested but --coverage flag does not work] ) ] )
867867 CXXFLAGS="$CXXFLAGS -Og"
868868fi
You can’t perform that action at this time.
0 commit comments