Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
fnrizzi committed Oct 26, 2023
1 parent 798c892 commit f7d68d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ macro(add_utest_kokkos TESTNAME TESTSRCS)
add_test(NAME ${testNameFinal} COMMAND ${testNameFinal})
endmacro()

set(NAMES "main")
set(NAMES "all")
foreach(id IN LISTS NAMES)
set(TEST test_${id})
add_utest_kokkos(${TEST} ${CMAKE_CURRENT_SOURCE_DIR}/${TEST}.cc)
Expand Down
File renamed without changes.

0 comments on commit f7d68d2

Please sign in to comment.