blob: e83587335c453002d1fec934ab91428360f5bd3f [file] [log] [blame]
# Copyright 2018 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/go/go_test.gni")
go_test("netstack_schedule_test") {
gopackages = [ "netstack/schedule" ]
deps = [ "../:netstack_lib" ]
}