Skip to content

Commit a94bdc6

Browse files
committed
Make fuzzers fail without openssl
1 parent a8c992d commit a94bdc6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/fuzzing/Jamfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,11 @@ for local fuzzer in $(all_fuzzers)
3636
make /tmp/corpus/$(fuzzer) : : common.MkDir ;
3737
make /tmp/mincorpus/$(fuzzer) : : common.MkDir ;
3838

39-
# Build the fuzzer
39+
# Build the fuzzer. Fail the build if openssl is not found
4040
exe $(fuzzer)
4141
:
4242
/boost/mysql/test//boost_mysql
43+
/boost/mysql/test//fail_if_no_openssl
4344
$(fuzzer).cpp
4445
: requirements
4546
<include>../common/include

0 commit comments

Comments
 (0)