blob: 3bd18dc0f189ac7ce03a79ae259f4c8adb6203b8 [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 = {}