Skip to content

Commit 88448f1

Browse files
authored
Merge pull request #383 from evoskuil/master
Add NO_TESTSUITE_MAIN_DRIVER & add path="test/ssl" for *nix.
2 parents 9db507a + 0d9b409 commit 88448f1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

generate4.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,8 @@
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" />
@@ -405,6 +407,7 @@
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" >

0 commit comments

Comments
 (0)