File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 349349
350350 <!-- WOLFSSL_USER_SETTINGS enables import of "user_settings.h" into wolfssl without source modification. -->
351351 <define name =" WOLFSSL_USER_SETTINGS" />
352+ <!-- NO_MAIN_DRIVER and NO_TESTSUITE_MAIN_DRIVER exclude test mains. -->
353+ <PreprocessorDefinitions >NO_MAIN_DRIVER;NO_TESTSUITE_MAIN_DRIVER;%(PreprocessorDefinitions)</PreprocessorDefinitions >
352354
353355 <dependency name =" boost" version =" 1.86.0" />
354356 <dependency name =" boost_unit_test_framework" option =" tests" />
405407 <library name =" boost_unit_test_framework" />
406408 <headers path =" include" />
407409 <headers path =" include/bitcoin/ssl" />
410+ <headers path =" test/ssl" />
408411 <sources path =" test" />
409412 </product >
410413 <product prefix =" include" container =" bitcoin" >
You can’t perform that action at this time.
0 commit comments