2009-07-31 13:54:17 +08:00
|
|
|
# -*- Python -*-
|
|
|
|
|
|
|
|
# Configuration file for the 'lit' test runner.
|
|
|
|
|
|
|
|
# suffixes: A list of file extensions to treat as test files.
|
2009-07-31 13:57:11 +08:00
|
|
|
suffixes = ['.c', '.cpp', '.m', '.mm']
|
2009-07-31 13:54:17 +08:00
|
|
|
|
|
|
|
# environment: The base environment to use when running test commands.
|
|
|
|
#
|
|
|
|
# The 'PATH' and 'SYSTEMROOT' variables will be set automatically from the lit
|
|
|
|
# command line variables.
|
|
|
|
environment = {}
|