Lit allows you to set environment variables for all tests in a directory using a `lit.local.cfg` file. Do this for the PDB and NativePDB tests.
2 lines
55 B
INI
2 lines
55 B
INI
config.environment["LLDB_USE_NATIVE_PDB_READER"] = "1"
|