Skip to content

Commit

Permalink
Refs #20424: Added tests for finals and mutables.
Browse files Browse the repository at this point in the history
Signed-off-by: adriancampo <[email protected]>
  • Loading branch information
adriancampo authored and richiware committed Apr 10, 2024
1 parent e5cfee6 commit 8096fd0
Show file tree
Hide file tree
Showing 3 changed files with 1,856 additions and 4 deletions.
10 changes: 6 additions & 4 deletions test/feature/dynamic_types/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ set(DYNAMIC_TYPES_DDS_TYPES_TEST_SOURCE
dds_types_tests/DynamicTypesArraysDDSTypesTests.cpp
dds_types_tests/DynamicTypesBitsetsDDSTypesTests.cpp
dds_types_tests/DynamicTypesEnumerationsDDSTypesTests.cpp
dds_types_tests/DynamicTypesFinalDDSTypesTests.cpp
dds_types_tests/DynamicTypesInheritanceDDSTypesTests.cpp
dds_types_tests/DynamicTypesMapsDDSTypesTests.cpp
dds_types_tests/DynamicTypesMutableDDSTypesTests.cpp
dds_types_tests/DynamicTypesPrimitivesDDSTypesTests.cpp
dds_types_tests/DynamicTypesSequencesDDSTypesTests.cpp
dds_types_tests/DynamicTypesStringsDDSTypesTests.cpp
Expand All @@ -46,12 +48,16 @@ set(DYNAMIC_TYPES_DDS_TYPES_TEST_SOURCE
${PROJECT_SOURCE_DIR}/test/dds-types-test/bitsetsTypeObjectSupport.cxx
${PROJECT_SOURCE_DIR}/test/dds-types-test/enumerationsPubSubTypes.cxx
${PROJECT_SOURCE_DIR}/test/dds-types-test/enumerationsTypeObjectSupport.cxx
${PROJECT_SOURCE_DIR}/test/dds-types-test/finalPubSubTypes.cxx
${PROJECT_SOURCE_DIR}/test/dds-types-test/finalTypeObjectSupport.cxx
${PROJECT_SOURCE_DIR}/test/dds-types-test/helpers/basic_inner_typesPubSubTypes.cxx
${PROJECT_SOURCE_DIR}/test/dds-types-test/helpers/basic_inner_typesTypeObjectSupport.cxx
${PROJECT_SOURCE_DIR}/test/dds-types-test/inheritancePubSubTypes.cxx
${PROJECT_SOURCE_DIR}/test/dds-types-test/inheritanceTypeObjectSupport.cxx
${PROJECT_SOURCE_DIR}/test/dds-types-test/mapsPubSubTypes.cxx
${PROJECT_SOURCE_DIR}/test/dds-types-test/mapsTypeObjectSupport.cxx
${PROJECT_SOURCE_DIR}/test/dds-types-test/mutablePubSubTypes.cxx
${PROJECT_SOURCE_DIR}/test/dds-types-test/mutableTypeObjectSupport.cxx
${PROJECT_SOURCE_DIR}/test/dds-types-test/primitivesPubSubTypes.cxx
${PROJECT_SOURCE_DIR}/test/dds-types-test/primitivesTypeObjectSupport.cxx
${PROJECT_SOURCE_DIR}/test/dds-types-test/sequencesPubSubTypes.cxx
Expand All @@ -66,14 +72,10 @@ set(DYNAMIC_TYPES_DDS_TYPES_TEST_SOURCE
# ${PROJECT_SOURCE_DIR}/test/dds-types-test/constantsTypeObjectSupport.cxx
# ${PROJECT_SOURCE_DIR}/test/dds-types-test/declarationsPubSubTypes.cxx
# ${PROJECT_SOURCE_DIR}/test/dds-types-test/externalPubSubTypes.cxx
# ${PROJECT_SOURCE_DIR}/test/dds-types-test/finalPubSubTypes.cxx
# ${PROJECT_SOURCE_DIR}/test/dds-types-test/finalTypeObjectSupport.cxx
# ${PROJECT_SOURCE_DIR}/test/dds-types-test/keyPubSubTypes.cxx
# ${PROJECT_SOURCE_DIR}/test/dds-types-test/keyTypeObjectSupport.cxx
# ${PROJECT_SOURCE_DIR}/test/dds-types-test/member_idPubSubTypes.cxx
# ${PROJECT_SOURCE_DIR}/test/dds-types-test/member_idTypeObjectSupport.cxx
# ${PROJECT_SOURCE_DIR}/test/dds-types-test/mutablePubSubTypes.cxx
# ${PROJECT_SOURCE_DIR}/test/dds-types-test/mutableTypeObjectSupport.cxx
# ${PROJECT_SOURCE_DIR}/test/dds-types-test/optionalPubSubTypes.cxx
# ${PROJECT_SOURCE_DIR}/test/dds-types-test/optionalTypeObjectSupport.cxx
# ${PROJECT_SOURCE_DIR}/test/dds-types-test/relative_path_includePubSubTypes.cxx
Expand Down
Loading

0 comments on commit 8096fd0

Please sign in to comment.