blob: 420cffe07d8827dad2eb10382ed113bb1b0c12f4 [file] [log] [blame]
# Copyright 2021 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.
# List of files needed for conformance tests.
# This is used for a copying step in the conformance test build.
# This gni file is defined separately from the BUILD.gn file because they
# live in different repos and to avoid a migration when the file list changes.
go_conformance_test_files = [
"testutil_test.go",
"zx_fuchsia_test.go",
"zx_notfuchsia_test.go",
]