blob: 9ca485fb7952a43084672af56b95eddc82e27d8b [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 = [
"deepequals_test.go",
"testutil_test.go",
"zx_fuchsia_test.go",
"zx_notfuchsia_test.go",
]