Skip to content

Commit

Permalink
Link bio_dump test to build
Browse files Browse the repository at this point in the history
  • Loading branch information
botovq committed Feb 2, 2024
1 parent 0089535 commit 37d868b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,11 @@ add_executable(bio_chain bio_chain.c)
target_link_libraries(bio_chain ${OPENSSL_TEST_LIBS})
add_test(bio_chain bio_chain)

# bio_dump
add_executable(bio_dump bio_dump.c)
target_link_libraries(bio_dump ${OPENSSL_TEST_LIBS})
add_test(bio_dump bio_dump)

# bio_host
# this test relies on resolver results that are OS and environment-specific
if(ENABLE_EXTRATESTS)
Expand Down
5 changes: 5 additions & 0 deletions tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,11 @@ TESTS += bio_chain
check_PROGRAMS += bio_chain
bio_chain_SOURCES = bio_chain.c

# bio_dump
TESTS += bio_dump
check_PROGRAMS += bio_dump
bio_dump_SOURCES = bio_dump.c

# bio_host
# this test relies on resolver results that are OS and environment-specific
if ENABLE_EXTRATESTS
Expand Down

0 comments on commit 37d868b

Please sign in to comment.