blob: 4c2b50a20b5158d0ee0ca2af78fa4c4bcd8ba4b3 [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
"""Macros for defining tests that use a trace-runner."""
def iree_generated_trace_runner_test(**kwargs):
# TODO: implement this. For now, it's only parsed by bazel_to_cmake.py, so
# the iree_generated_check_test's are just omitted in bazel builds.
pass