Skip to content

Commit

Permalink
add a commented out add_test as an explicit notice
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehmet Yusufoglu committed Feb 6, 2024
1 parent 8cc55d6 commit a4317ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions benchmarks/babelstream/CMakeLists.txt
Expand Up @@ -23,3 +23,5 @@ alpaka_add_executable(${PROJECT_NAME} src/main.cpp src/Stream.h src/AlpakaStream
target_compile_definitions(${PROJECT_NAME} PUBLIC ALPAKA)
target_link_libraries(${PROJECT_NAME} PUBLIC alpaka::alpaka)
set_target_properties(${PROJECT_NAME} PROPERTIES FOLDER benchmarks)

# add_test(NAME ${_TARGET_NAME} COMMAND ${_TARGET_NAME})

0 comments on commit a4317ef

Please sign in to comment.