blob: 85c82bc9c5664a18a1697ad049043d8d66d7ce09 [file] [log] [blame]
# Copyright 2022 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
if(NOT IREE_BUILD_PYTHON_BINDINGS)
return()
endif()
# These tests use compiler APIs as well as runtime APIs.
if(NOT IREE_BUILD_COMPILER)
return()
endif()
iree_py_test(
NAME
decode_secret_message_sample
SRCS
"decode_secret_message.py"
)