Daniel Dunbar | 3667b99 | 2009-07-31 05:54:17 +0000 | [diff] [blame^] | 1 | # -*- Python -*- |
2 | |||||
3 | # Configuration file for the 'lit' test runner. | ||||
4 | |||||
5 | # suffixes: A list of file extensions to treat as test files. | ||||
6 | suffixes = ['.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. | ||||
12 | environment = {} |