Skip to content

Commit

Permalink
Add Armadillo tests to CTest
Browse files Browse the repository at this point in the history
  • Loading branch information
alugowski committed Apr 7, 2023
1 parent e9865d4 commit c325509
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ if (FAST_MATRIX_MARKET_TEST_EXTERNAL_APPS)
target_include_directories(armadillo_test PUBLIC ${ARMADILLO_INCLUDE_DIRS})
target_link_libraries(armadillo_test GTest::gtest_main fast_matrix_market::fast_matrix_market)
target_link_libraries(armadillo_test ${ARMADILLO_LIBRARIES})

gtest_discover_tests(armadillo_test)
else()
message("Armadillo library not found. Skipping Armadillo binding tests.")
endif()
Expand Down

0 comments on commit c325509

Please sign in to comment.