This is an automated email from the ASF dual-hosted git repository.
pnoltes pushed a change to branch feature/async_svc_registration
in repository https://gitbox.apache.org/repos/asf/celix.git.
from 5cd0ade Looses timing constraint on celix_elapsedtime test.
add 920e991 Refactors shell tests from cpputest to google test
add 0b08f68 Renames shell tests source file
add a32487d Replaces shell recursive mutex with a rw lock
No new revisions were added by this update.
Summary of changes:
bundles/shell/shell/src/help_command.c | 1 +
bundles/shell/shell/src/shell.c | 43 +++++----
bundles/shell/shell/src/shell_private.h | 2 +-
bundles/shell/shell/test/CMakeLists.txt | 6 +-
.../src/{shell_tests.cpp => ShellTestSuite.cpp} | 104 ++++++++++-----------
bundles/shell/shell/test/src/run_tests.cpp | 26 ------
libs/framework/gtest/CMakeLists.txt | 3 +-
libs/framework/gtest/src/run_tests.cpp | 26 ------
8 files changed, 74 insertions(+), 137 deletions(-)
rename bundles/shell/shell/test/src/{shell_tests.cpp => ShellTestSuite.cpp}
(60%)
delete mode 100644 bundles/shell/shell/test/src/run_tests.cpp
delete mode 100644 libs/framework/gtest/src/run_tests.cpp