[NFC] Fixed indentation issue (#116942)
[llvm-project.git] / libunwind / test / lit.cfg.py
blob51e85e489db01f68acdc6ea77567ace26b1bb0ee
1 # All the Lit configuration is handled in the site configs -- this file is only
2 # left as a canary to catch invocations of Lit that do not go through llvm-lit.
4 # Invocations that go through llvm-lit will automatically use the right Lit
5 # site configuration inside the build directory.
7 lit_config.fatal(
8 "You seem to be running Lit directly -- you should be running Lit through "
9 "<build>/bin/llvm-lit, which will ensure that the right Lit configuration "
10 "file is used. See https://libcxx.llvm.org/TestingLibcxx.html#usage for "
11 "how to run the libunwind tests."