Skip to content

Commit 29661c9

Browse files
committed
Fix missing Liquid regtest selection for unit tests
1 parent 32d837d commit 29661c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

unit-tests/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ add_compile_definitions(TEST DEBUG=0 SKIP_FOR_CMOCKA PRINTF=printf)
6767
if(NOT DEFINED HAVE_LIQUID OR HAVE_LIQUID GREATER_EQUAL 1)
6868
set(HAVE_LIQUID 1)
6969
add_compile_definitions(HAVE_LIQUID)
70+
add_compile_definitions(LIQUID_NET_REGTEST)
7071
endif()
7172

7273
if(HAVE_LIQUID)

0 commit comments

Comments
 (0)