Daniel Dunbar | 1db467f | 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. |
Daniel Dunbar | c1e1d7c | 2009-07-31 05:57:11 +0000 | [diff] [blame] | 6 | suffixes = ['.c', '.cpp', '.m', '.mm'] |
Daniel Dunbar | 1db467f | 2009-07-31 05:54:17 +0000 | [diff] [blame] | 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 = {} |