Skip to content

Commit

Permalink
CMakeLists: restore lines needed for CI testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ajpowelsnl committed Mar 13, 2024
1 parent 0e9e886 commit 1e88dcf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions example/build_cmake_installed/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ find_package(Kokkos REQUIRED)
add_executable(cmake_example cmake_example.cpp)

target_link_libraries(cmake_example PUBLIC Kokkos::kokkos)

#Lines below needed for CI testing
enable_testing()
add_test(NAME KokkosInTree_Verify COMMAND example 10)

0 comments on commit 1e88dcf

Please sign in to comment.