Skip to content

Commit fe925ab

Browse files
author
Ahsan Saghir
committed
Revert "Enable Fortran testsuite when TEST_SUITE_SUBDIRS=Fortran"
This reverts commit 8c18b14 to unblock buildbots that are failing.
1 parent 8c18b14 commit fe925ab

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

CMakeLists.txt

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,10 @@ cmake_minimum_required(VERSION 3.13.4)
22

33
include(CheckSymbolExists)
44

5+
option(TEST_SUITE_FORTRAN "Enable Fortran test suite" OFF)
56

67
project(test-suite C CXX)
78

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-
159
if(TEST_SUITE_FORTRAN)
1610
enable_language(Fortran)
1711
endif()

Fortran/UnitTests/fcvs21_f95/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@
3333
# explicit acknowledgement of what has been changed. Please
3434
# amend README file if you modify the tests.
3535

36-
include(CheckFortranCompilerFlag)
37-
3836
# clean-up fort.* files otherwise one of the tests will fail
3937
llvm_test_prepare(rm -f %S/fort.*)
4038

0 commit comments

Comments
 (0)