Skip to content

Commit 4f14a3b

Browse files
committed
build: remove tests using RapidCheck from Doxygen
Generating Doxygen documentation for tests - especially ones using RapidCheck results in gibberish output Signed-off-by: Leonard Ossa <leonard.ossa@openvpn.com>
1 parent ddb0f0e commit 4f14a3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ if (ENABLE_DOXYGEN)
5656
"*/test/unittests/output/*"
5757
"*/test/unittests/userpass/*"
5858
)
59+
set(DOXYGEN_EXCLUDE "${CMAKE_CURRENT_SOURCE_DIR}/test/unittests/test_addrpair.cpp;${CMAKE_CURRENT_SOURCE_DIR}/test/unittests/test_addrlist.cpp;${CMAKE_CURRENT_SOURCE_DIR}/test/unittests/test_capture.cpp")
5960
set(DOXYGEN_USE_MDFILE_AS_MAINPAGE "${PROJECT_SOURCE_DIR}/doc/developer_guide.md")
6061

6162
configure_doxygen("OpenVPN 3 Core Library" "core" "doxygen/core")

0 commit comments

Comments
 (0)