File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed
Fortran/UnitTests/fcvs21_f95 Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -2,16 +2,10 @@ cmake_minimum_required(VERSION 3.13.4)
2
2
3
3
include (CheckSymbolExists )
4
4
5
+ option (TEST_SUITE_FORTRAN "Enable Fortran test suite" OFF )
5
6
6
7
project (test -suite C CXX )
7
8
8
- if (${TEST_SUITE_SUBDIRS} MATCHES "Fortran" )
9
- set (TEST_SUITE_FORTRAN_default ON )
10
- else ()
11
- set (TEST_SUITE_FORTRAN_default OFF )
12
- endif ()
13
- option (TEST_SUITE_FORTRAN "Enable Fortran test suite" ${TEST_SUITE_FORTRAN_default} )
14
-
15
9
if (TEST_SUITE_FORTRAN )
16
10
enable_language (Fortran )
17
11
endif ()
Original file line number Diff line number Diff line change 33
33
# explicit acknowledgement of what has been changed. Please
34
34
# amend README file if you modify the tests.
35
35
36
- include (CheckFortranCompilerFlag )
37
-
38
36
# clean-up fort.* files otherwise one of the tests will fail
39
37
llvm_test_prepare (rm -f %S/fort.* )
40
38
You can’t perform that action at this time.
0 commit comments