blob: 67a32862ab462d070561712857983d33d6cf500c [file] [log] [blame]
# Copyright 2020 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("//build/fidl/fidl.gni")
fidl("test.typealiases") {
testonly = true
sources = [ "example.test.fidl" ]
public_deps = [ ":test.someotherlibrary" ]
golden_fuzzer = true
}
fidl("test.someotherlibrary") {
testonly = true
sources = [ "someotherlibrary.test.fidl" ]
golden_fuzzer = true
}