summaryrefslogtreecommitdiff
path: root/test/lit.cfg
diff options
context:
space:
mode:
authorarphaman <arphaman@gmail.com>2013-07-23 10:30:22 +0100
committerarphaman <arphaman@gmail.com>2013-07-23 10:30:22 +0100
commitaa50750ec1afc3241124d7b04446f2ab20ab01db (patch)
tree7836c3521ca05dd647688ffe1737f768b435671f /test/lit.cfg
parentbe0f3dc31da933ee88b62b934580e816e9decb94 (diff)
downloadflang-aa50750ec1afc3241124d7b04446f2ab20ab01db.tar.gz
lexing: fixed fixed-form literal spelling, tests improved
Diffstat (limited to 'test/lit.cfg')
-rw-r--r--test/lit.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit.cfg b/test/lit.cfg
index 61af288137..a07a6fe3ba 100644
--- a/test/lit.cfg
+++ b/test/lit.cfg
@@ -16,7 +16,7 @@ execute_external = platform.system() != 'Windows'
config.test_format = lit.formats.ShTest(execute_external)
# suffixes: A list of file extensions to treat as test files.
-config.suffixes = ['.f95', '.ll']
+config.suffixes = ['.f95', '.f', '.ll']
# test_source_root: The root path where tests are located.
config.test_source_root = os.path.dirname(__file__)