Skip to content

Commit

Permalink
Fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
luhenry committed Apr 10, 2024
1 parent f482b86 commit a86dce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion velox/experimental/wave/dwio/decode/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

add_executable(velox_wave_decode_test GpuDecoderTest.cu)

add_test(velox_wave_common_test velox_wave_common_test)
add_test(velox_wave_decode_test velox_wave_decode_test)

target_link_libraries(
velox_wave_decode_test
Expand Down

0 comments on commit a86dce5

Please sign in to comment.