Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jim19930609 committed Sep 29, 2022
1 parent 90b8868 commit 4bbe95c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ def _test_cpp(test_keys=None):
_run_cpp_test(cpp_test_filename, build_dir,
f"--gtest_filter={test_keys}")

_run_cpp_test(capi_test_filename, build_dir,
f"--gtest_filter={test_keys}")

return

# Regular C++ tests
Expand Down

0 comments on commit 4bbe95c

Please sign in to comment.