Skip to content

Commit

Permalink
Remove redundant stf in test target names.
Browse files Browse the repository at this point in the history
  • Loading branch information
alliepiper committed Oct 11, 2024
1 parent 717a4d6 commit 8e303ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cudax/test/stf/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ function(cudax_add_stf_test target_name_var source cn_target)
if (dir)
set(filename "${dir}/${filename}")
endif()
string(REPLACE "/" "." test_name "stf/${filename}")
string(REPLACE "/" "." test_name "${filename}")

set(test_target ${config_prefix}.tests.stf.${test_name})

Expand Down

0 comments on commit 8e303ec

Please sign in to comment.