All Fortran tests are now run in lit, except Preprocessing tests flang-compiler/f18#1052 Preprocessing tests are a separate kind of test, so will be sorted out later. Original-commit: flang-compiler/f18@3f99d35f3d Reviewed-on: https://github.com/flang-compiler/f18/pull/1027
8 lines
158 B
Python
8 lines
158 B
Python
# -*- Python -*-
|
|
|
|
from lit.llvm import llvm_config
|
|
|
|
# Added this line file to prevent lit from discovering these tests
|
|
# See Issue #1052
|
|
config.suffixes = []
|