blob: 89ca044f70f210df30beb7c51cac5db4cc56d27f [file] [log] [blame]
Daniel Dunbar3667b992009-07-31 05:54:17 +00001# -*- Python -*-
2
3# Configuration file for the 'lit' test runner.
4
5# suffixes: A list of file extensions to treat as test files.
6suffixes = ['.c', '.cpp']
7
8# environment: The base environment to use when running test commands.
9#
10# The 'PATH' and 'SYSTEMROOT' variables will be set automatically from the lit
11# command line variables.
12environment = {}