@@ -165,46 +165,46 @@ if(TRT_AVAIL AND CUDA_AVAIL AND CUDNN_AVAIL)
165
165
# ament_auto_add_gtest(test_voxel_generator
166
166
# test/test_voxel_generator.cpp
167
167
# )
168
-
169
- add_executable (test_preprocess_kernel
170
- test /test_preprocess_kernel.cpp
171
- lib/utils.cpp
172
- )
173
-
174
- target_include_directories (test_preprocess_kernel PUBLIC
175
- ${test_preprocess_kernel_SOURCE_DIR}
176
- )
177
-
178
- target_link_libraries (test_preprocess_kernel
179
- centerpoint_cuda_lib
180
- gtest
181
- gtest_main
182
- )
183
-
184
- ament_add_test(test_preprocess_kernel
185
- GENERATE_RESULT_FOR_RETURN_CODE_ZERO
186
- COMMAND "$<TARGET_FILE:test_preprocess_kernel>"
187
- )
188
-
189
- add_executable (test_postprocess_kernel
190
- test /test_postprocess_kernel.cpp
191
- lib/utils.cpp
192
- )
193
-
194
- target_include_directories (test_postprocess_kernel PUBLIC
195
- ${test_postprocess_kernel_SOURCE_DIR}
196
- )
197
-
198
- target_link_libraries (test_postprocess_kernel
199
- centerpoint_cuda_lib
200
- gtest
201
- gtest_main
202
- )
203
-
204
- ament_add_test(test_postprocess_kernel
205
- GENERATE_RESULT_FOR_RETURN_CODE_ZERO
206
- COMMAND "$<TARGET_FILE:test_postprocess_kernel>"
207
- )
168
+ #
169
+ # add_executable(test_preprocess_kernel
170
+ # test/test_preprocess_kernel.cpp
171
+ # lib/utils.cpp
172
+ # )
173
+ #
174
+ # target_include_directories(test_preprocess_kernel PUBLIC
175
+ # ${test_preprocess_kernel_SOURCE_DIR}
176
+ # )
177
+ #
178
+ # target_link_libraries(test_preprocess_kernel
179
+ # centerpoint_cuda_lib
180
+ # gtest
181
+ # gtest_main
182
+ # )
183
+ #
184
+ # ament_add_test(test_preprocess_kernel
185
+ # GENERATE_RESULT_FOR_RETURN_CODE_ZERO
186
+ # COMMAND "$<TARGET_FILE:test_preprocess_kernel>"
187
+ # )
188
+ #
189
+ # add_executable(test_postprocess_kernel
190
+ # test/test_postprocess_kernel.cpp
191
+ # lib/utils.cpp
192
+ # )
193
+ #
194
+ # target_include_directories(test_postprocess_kernel PUBLIC
195
+ # ${test_postprocess_kernel_SOURCE_DIR}
196
+ # )
197
+ #
198
+ # target_link_libraries(test_postprocess_kernel
199
+ # centerpoint_cuda_lib
200
+ # gtest
201
+ # gtest_main
202
+ # )
203
+ #
204
+ # ament_add_test(test_postprocess_kernel
205
+ # GENERATE_RESULT_FOR_RETURN_CODE_ZERO
206
+ # COMMAND "$<TARGET_FILE:test_postprocess_kernel>"
207
+ # )
208
208
209
209
endif ()
210
210
0 commit comments