
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.
8 lines
232 B
C++
8 lines
232 B
C++
// clang-format off
|
|
// REQUIRES: msvc
|
|
|
|
// RUN: %build --compiler=msvc --nodefaultlib -o %t.exe -- %S/ast-functions.cpp
|
|
|
|
// RUN: %lldb -f %t.exe -s \
|
|
// RUN: %p/Inputs/ast-functions.lldbinit 2>&1 | FileCheck %S/ast-functions.cpp
|