Skip to content

Commit

Permalink
Refs #20424: Added test for appendable.
Browse files Browse the repository at this point in the history
Signed-off-by: adriancampo <[email protected]>
  • Loading branch information
JLBuenoLopez authored and adriancampo committed Apr 3, 2024
1 parent 2fa4c9e commit fd95613
Show file tree
Hide file tree
Showing 4 changed files with 933 additions and 7 deletions.
13 changes: 7 additions & 6 deletions test/feature/dynamic_types/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ set(DYNAMIC_TYPES_DDS_TYPES_TEST_SOURCE
DynamicTypesDDSTypesTest.cpp
dds_types_tests/DynamicTypesAliasesDDSTypesTests.cpp
dds_types_tests/DynamicTypesAnnotationsDDSTypesTests.cpp
dds_types_tests/DynamicTypesAppendableDDSTypesTests.cpp
dds_types_tests/DynamicTypesArraysDDSTypesTests.cpp
dds_types_tests/DynamicTypesBitsetsDDSTypesTests.cpp
dds_types_tests/DynamicTypesEnumerationsDDSTypesTests.cpp
Expand All @@ -37,8 +38,14 @@ set(DYNAMIC_TYPES_DDS_TYPES_TEST_SOURCE
${PROJECT_SOURCE_DIR}/test/dds-types-test/aliasesTypeObjectSupport.cxx
${PROJECT_SOURCE_DIR}/test/dds-types-test/annotationsPubSubTypes.cxx
${PROJECT_SOURCE_DIR}/test/dds-types-test/annotationsTypeObjectSupport.cxx
${PROJECT_SOURCE_DIR}/test/dds-types-test/appendablePubSubTypes.cxx
${PROJECT_SOURCE_DIR}/test/dds-types-test/appendableTypeObjectSupport.cxx
${PROJECT_SOURCE_DIR}/test/dds-types-test/arraysPubSubTypes.cxx
${PROJECT_SOURCE_DIR}/test/dds-types-test/arraysTypeObjectSupport.cxx
${PROJECT_SOURCE_DIR}/test/dds-types-test/bitsetsPubSubTypes.cxx
${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/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
Expand All @@ -55,15 +62,9 @@ set(DYNAMIC_TYPES_DDS_TYPES_TEST_SOURCE
${PROJECT_SOURCE_DIR}/test/dds-types-test/structuresTypeObjectSupport.cxx
${PROJECT_SOURCE_DIR}/test/dds-types-test/unionsPubSubTypes.cxx
${PROJECT_SOURCE_DIR}/test/dds-types-test/unionsTypeObjectSupport.cxx
# ${PROJECT_SOURCE_DIR}/test/dds-types-test/appendablePubSubTypes.cxx
# ${PROJECT_SOURCE_DIR}/test/dds-types-test/appendableTypeObjectSupport.cxx
${PROJECT_SOURCE_DIR}/test/dds-types-test/bitsetsPubSubTypes.cxx
${PROJECT_SOURCE_DIR}/test/dds-types-test/bitsetsTypeObjectSupport.cxx
# ${PROJECT_SOURCE_DIR}/test/dds-types-test/constantsPubSubTypes.cxx
# ${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/enumerationsPubSubTypes.cxx
${PROJECT_SOURCE_DIR}/test/dds-types-test/enumerationsTypeObjectSupport.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
Expand Down
1 change: 1 addition & 0 deletions test/feature/dynamic_types/DynamicTypesDDSTypesTest.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ constexpr const char* var_bool_name = "var_boolean";
constexpr const char* var_byte_name = "var_octet";
constexpr const char* var_char_name = "var_char8";
constexpr const char* var_wchar_name = "var_char16";
constexpr const char* var_union_name = "var_union";

class DynamicTypesDDSTypesTest : public ::testing::Test
{
Expand Down
Loading

0 comments on commit fd95613

Please sign in to comment.