blob: 7c457c58dfb45f17b361e7098aa4d8406f778aac [file] [log] [blame]
# NOTE: Bazel testing of this backend is impossible because there is no way
# for Bazel to bundle the AMD bitcode files that the backend depends on. Users
# of the compiler can pass explicit flags, but we prefer that default tests
# exercise default flags, which cannot be supported properly on Bazel builds.
iree_add_all_subdirs()
iree_lit_test_suite(
NAME
lit
SRCS
"smoketest.mlir"
"target_device_features.mlir"
TOOLS
FileCheck
iree-opt
)