Skip to content

Commit 7849b1a

Browse files
authored
[Fortran/gfortran][NFC] Add warning banner to static test configuration files (#175)
Add a warning banner to the static test configuration stating that they should not be edited by hand.
1 parent d026e3d commit 7849b1a

File tree

21 files changed

+42
-0
lines changed

21 files changed

+42
-0
lines changed

Fortran/gfortran/regression/analyzer/tests.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# This file was generated by update-test-config.py
22
#
3+
# DO NOT EDIT THIS FILE
4+
#
35
# Each line in this file corresponds to a single test. The format of each line
46
# is:
57
#

Fortran/gfortran/regression/asan/tests.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# This file was generated by update-test-config.py
22
#
3+
# DO NOT EDIT THIS FILE
4+
#
35
# Each line in this file corresponds to a single test. The format of each line
46
# is:
57
#

Fortran/gfortran/regression/c-interop/tests.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# This file was generated by update-test-config.py
22
#
3+
# DO NOT EDIT THIS FILE
4+
#
35
# Each line in this file corresponds to a single test. The format of each line
46
# is:
57
#

Fortran/gfortran/regression/coarray/tests.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# This file was generated by update-test-config.py
22
#
3+
# DO NOT EDIT THIS FILE
4+
#
35
# Each line in this file corresponds to a single test. The format of each line
46
# is:
57
#

Fortran/gfortran/regression/debug/tests.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# This file was generated by update-test-config.py
22
#
3+
# DO NOT EDIT THIS FILE
4+
#
35
# Each line in this file corresponds to a single test. The format of each line
46
# is:
57
#

Fortran/gfortran/regression/g77/tests.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# This file was generated by update-test-config.py
22
#
3+
# DO NOT EDIT THIS FILE
4+
#
35
# Each line in this file corresponds to a single test. The format of each line
46
# is:
57
#

Fortran/gfortran/regression/goacc-gomp/tests.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# This file was generated by update-test-config.py
22
#
3+
# DO NOT EDIT THIS FILE
4+
#
35
# Each line in this file corresponds to a single test. The format of each line
46
# is:
57
#

Fortran/gfortran/regression/goacc/tests.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# This file was generated by update-test-config.py
22
#
3+
# DO NOT EDIT THIS FILE
4+
#
35
# Each line in this file corresponds to a single test. The format of each line
46
# is:
57
#

Fortran/gfortran/regression/gomp/appendix-a/tests.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# This file was generated by update-test-config.py
22
#
3+
# DO NOT EDIT THIS FILE
4+
#
35
# Each line in this file corresponds to a single test. The format of each line
46
# is:
57
#

Fortran/gfortran/regression/gomp/tests.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# This file was generated by update-test-config.py
22
#
3+
# DO NOT EDIT THIS FILE
4+
#
35
# Each line in this file corresponds to a single test. The format of each line
46
# is:
57
#

0 commit comments

Comments
 (0)