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 548d28a commit d4a102fCopy full SHA for d4a102f
CMakeLists.txt
@@ -586,10 +586,6 @@ else(FAST_BUILD)
586
if(BUILD_TESTING)
587
enable_testing()
588
589
- if (BUILD_EXTRA_UNIT_TESTS)
590
- add_subdirectory(highs-unit-tests)
591
- endif()
592
-
593
add_subdirectory(check)
594
endif()
595
# Add tests in examples/tests
check/CMakeLists.txt
@@ -1,7 +1,5 @@
1
include(CTest)
2
3
4
5
if (FORTRAN)
6
set(CMAKE_Fortran_MODULE_DIRECTORY ${HIGHS_BINARY_DIR}/modules)
7
add_executable(fortrantest TestFortranAPI.f90)
0 commit comments