Skip to content

Commit

Permalink
CTest: Enable ctest support for moose_tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
sreiter committed Jul 21, 2024
1 parent 56b6462 commit db92395
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)
FetchContent_MakeAvailable (googletest)

target_link_libraries (moose_tests gtest_main moose)

enable_testing()
add_test(NAME moose_ctest COMMAND moose_tests)

0 comments on commit db92395

Please sign in to comment.