| # Copyright 2020 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" | |
| ) |