You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by pn...@apache.org on 2020/03/13 16:27:06 UTC

[celix] branch feature/dfi_to_gtest updated (7510296 -> fad4206)

This is an automated email from the ASF dual-hosted git repository.

pnoltes pushed a change to branch feature/dfi_to_gtest
in repository https://gitbox.apache.org/repos/asf/celix.git.


    from 7510296  Fixes use of TEST to TEST_F
     add fad4206  Adds missing cplusplus check in the dfi headers and moves some test function to a c file, to ensure a C compiler is used.

No new revisions were added by this update.

Summary of changes:
 libs/dfi/gtest/CMakeLists.txt                      |   1 +
 libs/dfi/gtest/src/dyn_avpr_tests.cpp              |  57 ++-
 .../src/dyn_example_functions.c}                   |  39 +-
 .../src/dyn_example_functions.h}                   |  47 ++-
 libs/dfi/gtest/src/dyn_function_tests.cpp          | 414 ++++++++-------------
 libs/dfi/include/avrobin_serializer.h              |  11 +
 libs/dfi/include/dfi_log_util.h                    |  22 +-
 libs/dfi/include/dyn_common.h                      |  10 +-
 libs/dfi/include/dyn_function.h                    |   8 +-
 libs/dfi/include/dyn_function_common.h             |   8 +
 libs/dfi/include/dyn_interface.h                   |   8 +
 libs/dfi/include/dyn_interface_common.h            |   8 +
 libs/dfi/include/dyn_message.h                     |   8 +
 libs/dfi/include/dyn_type.h                        |   9 +
 libs/dfi/include/dyn_type_common.h                 |   8 +
 libs/dfi/include/json_rpc.h                        |   8 +
 libs/dfi/include/json_serializer.h                 |   8 +
 17 files changed, 356 insertions(+), 318 deletions(-)
 copy libs/dfi/{include/avrobin_serializer.h => gtest/src/dyn_example_functions.c} (53%)
 copy libs/dfi/{include/avrobin_serializer.h => gtest/src/dyn_example_functions.h} (51%)