blob: 7fdf35dd99f3ad8282818bab1f729d4e3f5d1973 [file] [log] [blame]
# Copyright 2022 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//sdk/cts/build/cts.gni")
# This is a FIDL library containing protocol declarations that are useful for
# writing unknown interaction tests for FIDL bindings.
cts_fidl("test.unknown.interactions") {
testonly = true
dest = "pkg/fidl_test_support/protocols_tests"
sources = [ "unknown_interactions.test.fidl" ]
experimental_flags = [ "unknown_interactions" ]
}