7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-01-09 10:04:43 +00:00
kicad/thirdparty/sentry-native/external/crashpad/libunwind/test/lit.cfg.py
2022-04-02 01:21:55 +00:00

11 lines
487 B
Python

# All the Lit configuration is handled in the site configs -- this file is only
# left as a canary to catch invocations of Lit that do not go through llvm-lit.
#
# Invocations that go through llvm-lit will automatically use the right Lit
# site configuration inside the build directory.
lit_config.fatal(
"You seem to be running Lit directly -- you should be running Lit through "
"<build>/bin/llvm-lit, which will ensure that the right Lit configuration "
"file is used.")