We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6e4c6b commit 0fe3ef6Copy full SHA for 0fe3ef6
Fortran/gfortran/regression/CMakeLists.txt
@@ -14,8 +14,7 @@ set(PREFIX_COMPILE "gfortran-regression-compile")
14
set(TESTS)
15
gfortran_populate_tests(TESTS)
16
gfortran_add_execute_tests_from("${TESTS}")
17
-# TODO: Enable the "compile" tests
18
-# gfortran_add_compile_tests_from("${TESTS}")
+gfortran_add_compile_tests_from("${TESTS}")
19
20
add_subdirectory(analyzer)
21
add_subdirectory(asan)
0 commit comments