Skip to content

Commit

Permalink
Remove CMake target
Browse files Browse the repository at this point in the history
  • Loading branch information
flomnes committed Nov 21, 2023
1 parent 7fcdea7 commit f3e9660
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/tests/src/libs/antares/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,16 +88,4 @@ target_link_libraries(tests-matrix-load
set_target_properties(tests-matrix-load PROPERTIES FOLDER Unit-tests)

add_test(NAME load-matrix COMMAND tests-matrix-load)

set_property(TEST load-matrix PROPERTY LABELS unit)


add_executable(test-utils test_utils.cpp)
target_link_libraries(test-utils
PRIVATE
Boost::unit_test_framework
Antares::utils
yuni-static-core
)
add_test(NAME test-utils COMMAND test-utils)
set_property(TEST test-utils PROPERTY LABELS unit)

0 comments on commit f3e9660

Please sign in to comment.