Skip to content

Commit 4e21e5e

Browse files
ADD: Public client test suite
1 parent e7e68dc commit 4e21e5e

File tree

106 files changed

+219
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+219
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,12 +421,12 @@ if(${PROJECT_NAME_UPPERCASE}_ENABLE_UNIT_TESTING)
421421
unset(CMAKE_CXX_CLANG_TIDY) # disable clang-tidy for tests
422422
enable_testing()
423423
message(STATUS "Build unit tests for the project.")
424-
add_subdirectory(test)
424+
add_subdirectory(tests)
425425
endif()
426426

427427
if(${PROJECT_NAME_UPPERCASE}_ENABLE_EXAMPLES)
428428
unset(CMAKE_CXX_CPPCHECK) # disable cppcheck for examples
429429
unset(CMAKE_CXX_CLANG_TIDY) # disable clang-tidy for examples
430430
message(STATUS "Build examples for the project.")
431-
add_subdirectory(example)
431+
add_subdirectory(examples)
432432
endif()
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)