aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python
diff options
context:
space:
mode:
authorRoland McGrath <mcgrathr@google.com>2024-04-22 15:18:02 -0700
committerGitHub <noreply@github.com>2024-04-22 15:18:02 -0700
commitd2be9826ddf17378a684ee42e3ac2a17a1c63fa8 (patch)
tree0fbcf697266ebc171e8fac2a1726c76b15e00d52 /lldb/source/Plugins/ScriptInterpreter/Python
parent59bf49a63261344998756a31ce03af552e4dae61 (diff)
downloadllvm-d2be9826ddf17378a684ee42e3ac2a17a1c63fa8.zip
llvm-d2be9826ddf17378a684ee42e3ac2a17a1c63fa8.tar.gz
llvm-d2be9826ddf17378a684ee42e3ac2a17a1c63fa8.tar.bz2
[libc] Clean up alternate test framework support (#89659)
This replaces the old macros LIBC_COPT_TEST_USE_FUCHSIA and LIBC_COPT_TEST_USE_PIGWEED with LIBC_COPT_TEST_ZXTEST and LIBC_COPT_TEST_GTEST, respectively. These are really not about whether the code is in the Fuchsia build or in the Pigweed build, but just about what test framework is being used. The gtest framework can be used in many contexts, and the zxtest framework is not always what's used in the Fuchsia build. The test/UnitTest/Test.h wrapper header now provides the macro LIBC_TEST_HAS_MATCHERS() for use in `#if` conditionals on use of gmock-style matchers, replacing `#if` conditionals that test the framework selection macros directly.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions