Fix tests

This commit is contained in:
2025-08-04 12:29:22 +02:00
parent 34a0719a16
commit e8b35d4c5e
4 changed files with 8 additions and 9 deletions

View File

@@ -13,6 +13,6 @@ if(ENABLE_TESTING)
)
add_executable(${TEST_PLATFORM} ${TEST_SOURCES_PLATFORM})
target_link_libraries(${TEST_PLATFORM} PUBLIC
torch::torch fimdlp:fimdlp Catch2::Catch2WithMain bayesnet::bayesnet pyclassifiers::pyclassifiers)
torch::torch fimdlp::fimdlp Catch2::Catch2WithMain bayesnet::bayesnet)
add_test(NAME ${TEST_PLATFORM} COMMAND ${TEST_PLATFORM})
endif(ENABLE_TESTING)