Skip to content

Commit

Permalink
fix missing local lit config file in ili_correct test folder
Browse files Browse the repository at this point in the history
  • Loading branch information
tdusnoki committed Jun 27, 2023
1 parent a3bd452 commit 6ec4034
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions test/ili_correct/lit.local.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#
# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
# See https://llvm.org/LICENSE.txt for license information.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#

config.suffixes = ['.f', '.FOR', '.for', '.f77', '.f90', '.f95', '.F', '.fpp',
'.FPP']

0 comments on commit 6ec4034

Please sign in to comment.