aboutsummaryrefslogtreecommitdiff
path: root/test/lit.cfg
blob: 3bd18dc0f189ac7ce03a79ae259f4c8adb6203b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# -*- Python -*-

# Configuration file for the 'lit' test runner.

# suffixes: A list of file extensions to treat as test files.
suffixes = ['.c', '.cpp', '.m', '.mm']
    
# environment: The base environment to use when running test commands.
#
# The 'PATH' and 'SYSTEMROOT' variables will be set automatically from the lit
# command line variables.
environment = {}