aboutsummaryrefslogtreecommitdiff
path: root/flang/test/lib/lit.local.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'flang/test/lib/lit.local.cfg')
-rw-r--r--flang/test/lib/lit.local.cfg35
1 files changed, 28 insertions, 7 deletions
diff --git a/flang/test/lib/lit.local.cfg b/flang/test/lib/lit.local.cfg
index 9832f42..f2c77f4 100644
--- a/flang/test/lib/lit.local.cfg
+++ b/flang/test/lib/lit.local.cfg
@@ -1,7 +1,28 @@
-
-# Excluding .cpp file from the extensions since from this level down they are used for the development
-config.suffixes = ['.c', '.f', '.F', '.ff', '.FOR', '.for', '.f77', '.f90', '.F90',
- '.ff90', '.f95', '.F95', '.ff95', '.fpp', '.FPP', '.cuf'
- '.CUF', '.f18', '.F18', '.f03', '.F03', '.f08', '.F08',
- '.ll', '.fir', '.mlir']
-
+# Excluding .cpp file from the extensions since from this level down they are used for the development
+config.suffixes = [
+ ".c",
+ ".f",
+ ".F",
+ ".ff",
+ ".FOR",
+ ".for",
+ ".f77",
+ ".f90",
+ ".F90",
+ ".ff90",
+ ".f95",
+ ".F95",
+ ".ff95",
+ ".fpp",
+ ".FPP",
+ ".cuf" ".CUF",
+ ".f18",
+ ".F18",
+ ".f03",
+ ".F03",
+ ".f08",
+ ".F08",
+ ".ll",
+ ".fir",
+ ".mlir",
+]