Stella Laurenzo | 2616ac7 | 2022-08-01 10:47:25 -0700 | [diff] [blame] | 1 | # Copyright 2022 The IREE Authors |
| 2 | # |
| 3 | # Licensed under the Apache License v2.0 with LLVM Exceptions. |
| 4 | # See https://llvm.org/LICENSE.txt for license information. |
| 5 | # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception |
| 6 | |
| 7 | if(NOT IREE_BUILD_PYTHON_BINDINGS) |
| 8 | return() |
| 9 | endif() |
| 10 | |
Scott Todd | 8b44f61 | 2024-07-18 23:21:11 -0700 | [diff] [blame] | 11 | # These tests use compiler APIs as well as runtime APIs. |
| 12 | if(NOT IREE_BUILD_COMPILER) |
bjacob | df119bd | 2023-06-16 10:27:00 -0400 | [diff] [blame] | 13 | return() |
| 14 | endif() |
| 15 | |
Stella Laurenzo | 2616ac7 | 2022-08-01 10:47:25 -0700 | [diff] [blame] | 16 | iree_py_test( |
| 17 | NAME |
| 18 | decode_secret_message_sample |
| 19 | SRCS |
| 20 | "decode_secret_message.py" |
| 21 | ) |