blob: 00a7c5b2cad2315e04686142986ca7b070793340 [file] [log] [blame]
# Copyright 2019 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.
group("tests") {
testonly = true
# The Go toolchain does not support RISC-V.
# This Go library is here only to support netstack2 which is being migrated to netstack3.
# When the migration to netstack3 is completed, this library will be deleted.
# Additionally, we don't include any of the "rust" directory targets as there are no tests
# present. The library in that directory is in the process of being deleted.
if (current_cpu != "riscv64") {
deps = [ "go:tests" ]
}
}