blob: 2375a4321357606a74550fefd0d55213d2951882 [file] [log] [blame]
Daniel Dunbar1db467f2009-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.
Daniel Dunbarc1e1d7c2009-07-31 05:57:11 +00006suffixes = ['.c', '.cpp', '.m', '.mm']
Daniel Dunbar1db467f2009-07-31 05:54:17 +00007
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 = {}
Daniel Dunbar6827f3f2009-09-06 01:31:12 +000013
14# requireAndAnd: Require '&&' between commands, until they get globally killed
15# and the test runner updated.
16requireAndAnd = True