Skip to content

Commit f000d33

Browse files
committed
add to cmakelist
1 parent 396fa2f commit f000d33

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

mlir/test/CMakeLists.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ if (MLIR_INCLUDE_INTEGRATION_TESTS)
4545
message(FATAL_ERROR "MLIR_INCLUDE_INTEGRATION_TESTS requires a native target")
4646
endif()
4747

48-
# When the Integration tests are requested via the MLIR_INCLUDE_INTEGRATION_TESTS
49-
# configuration flag, we automatically include sm80 tests when build for
50-
# cuSparse when the configuration flag MLIR_ENABLE_CUDA_CUSPARSE is set and
51-
# include sm80 lt tests when the MLIR_ENABLE_CUDA_CUSPARSELT is set in
48+
# When the Integration tests are requested via the MLIR_INCLUDE_INTEGRATION_TESTS
49+
# configuration flag, we automatically include sm80 tests when build for
50+
# cuSparse when the configuration flag MLIR_ENABLE_CUDA_CUSPARSE is set and
51+
# include sm80 lt tests when the MLIR_ENABLE_CUDA_CUSPARSELT is set in
5252
# addition to those.
5353
if (MLIR_ENABLE_CUDA_CUSPARSE)
5454
set(MLIR_RUN_CUDA_SM80_TESTS ON)
@@ -101,6 +101,7 @@ set(MLIR_TEST_DEPENDS
101101
mlir-capi-quant-test
102102
mlir-capi-sparse-tensor-test
103103
mlir-capi-transform-test
104+
mlir-capi-translation-test
104105
mlir-linalg-ods-yaml-gen
105106
mlir-lsp-server
106107
mlir-pdll-lsp-server

0 commit comments

Comments
 (0)