blob: 5a2a29a910eb4d773e68366c84ccd2059ab360be [file] [log] [blame]
# Copyright 2021 The IREE Authors
#
# Licensed under the Apache License v2.0 with LLVM Exceptions.
# See https://llvm.org/LICENSE.txt for license information.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
iree_py_test(
NAME
compiler_core_test
SRCS
"compiler_core_test.py"
)
iree_py_test(
NAME
compiler_tf_test
SRCS
"compiler_tf_test.py"
)
iree_py_test(
NAME
compiler_tflite_test
SRCS
"compiler_tflite_test.py"
)
iree_py_test(
NAME
compiler_xla_test
SRCS
"compiler_xla_test.py"
)