Skip to content

Commit

Permalink
CPPSDK: Core test cases added for discovery and capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
HaseenaSainul committed Dec 15, 2023
1 parent f5722bc commit 2afc55d
Show file tree
Hide file tree
Showing 6 changed files with 477 additions and 84 deletions.
6 changes: 6 additions & 0 deletions src/sdks/core/src/cpp/sdk/cpptest/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@ target_include_directories(${TESTAPP}
$<BUILD_INTERFACE:${CMAKE_CURRENT_SRC_DIR}/../>
)

if (POLYMORPHICS_METHODS)
target_compile_definitions(${TESTAPP}
PUBLIC
POLYMORPHICS_METHODS=1)
endif()

set_target_properties(${TESTAPP} PROPERTIES
CXX_STANDARD 17
CXX_STANDARD_REQUIRED YES
Expand Down
Loading

0 comments on commit 2afc55d

Please sign in to comment.