################################################################################
# Autogenerated by build_tools/bazel_to_cmake/bazel_to_cmake.py from           #
# compiler/src/iree/compiler/Dialect/VM/Conversion/VMToEmitC/test/BUILD.bazel  #
#                                                                              #
# Use iree_cmake_extra_content from iree/build_defs.oss.bzl to add arbitrary   #
# CMake-only content.                                                          #
#                                                                              #
# To disable autogeneration for this file entirely, delete this header.        #
################################################################################

if(NOT IREE_OUTPUT_FORMAT_C)
  return()
endif()

iree_add_all_subdirs()

iree_lit_test_suite(
  NAME
    lit
  SRCS
    "arithmetic_ops.mlir"
    "arithmetic_ops_f32.mlir"
    "arithmetic_ops_i64.mlir"
    "assignment_ops.mlir"
    "assignment_ops_f32.mlir"
    "assignment_ops_i64.mlir"
    "buffer_ops.mlir"
    "buffer_ops_f32.mlir"
    "buffer_ops_f64.mlir"
    "buffer_ops_i64.mlir"
    "comparison_ops.mlir"
    "comparison_ops_f32.mlir"
    "comparison_ops_i64.mlir"
    "const_ops.mlir"
    "const_ops_f32.mlir"
    "const_ops_i64.mlir"
    "control_flow_ops.mlir"
    "conversion_ops.mlir"
    "conversion_ops_f32.mlir"
    "conversion_ops_i64.mlir"
    "func_op.mlir"
    "global_ops.mlir"
    "global_ops_f32.mlir"
    "global_ops_i64.mlir"
    "list_ops.mlir"
    "list_ops_i64.mlir"
    "shift_ops.mlir"
    "shift_ops_i64.mlir"
    "type_conversion.mlir"
  TOOLS
    FileCheck
    iree-opt
)

### BAZEL_TO_CMAKE_PRESERVES_ALL_CONTENT_BELOW_THIS_LINE ###
