This is an automated email from the ASF dual-hosted git repository.
koushiro pushed a change to branch remove-scheme-enum-from-bindings
in repository https://gitbox.apache.org/repos/asf/opendal.git
from 8059175ab refactor(bindings): remove Scheme enum from nodejs binding
add d3f8c848e refactor(bindings): remove Scheme enum from c binding
No new revisions were added by this update.
Summary of changes:
bindings/c/CMakeLists.txt | 5 +-
bindings/c/src/operator.rs | 12 +-
bindings/c/tests/Makefile | 7 +-
bindings/c/tests/example_test.cpp | 60 +++---
bindings/c/tests/opendal_test_runner | Bin 0 -> 80368 bytes
bindings/c/tests/test_framework.cpp | 216 +++++++++++++--------
bindings/c/tests/test_runner.cpp | 62 ++++---
bindings/c/tests/test_suites_basic.cpp | 126 +++++++------
bindings/c/tests/test_suites_list.cpp | 165 ++++++++++-------
bindings/c/tests/test_suites_reader_writer.cpp | 247 ++++++++++++++-----------
10 files changed, 513 insertions(+), 387 deletions(-)
create mode 100755 bindings/c/tests/opendal_test_runner