Skip to content

Commit d4a102f

Browse files
committed
just unit
1 parent 548d28a commit d4a102f

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -586,10 +586,6 @@ else(FAST_BUILD)
586586
if(BUILD_TESTING)
587587
enable_testing()
588588

589-
if (BUILD_EXTRA_UNIT_TESTS)
590-
add_subdirectory(highs-unit-tests)
591-
endif()
592-
593589
add_subdirectory(check)
594590
endif()
595591
# Add tests in examples/tests

check/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
include(CTest)
22

3-
4-
53
if (FORTRAN)
64
set(CMAKE_Fortran_MODULE_DIRECTORY ${HIGHS_BINARY_DIR}/modules)
75
add_executable(fortrantest TestFortranAPI.f90)

0 commit comments

Comments
 (0)