blob: cff0a77a8fa88435a2a1e06c1cd1ca7c783f3438 [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("drivers") {
deps = [ "driver_test_realm/sample-driver" ]
}
group("tests") {
testonly = true
deps = [ "driver_test_realm:tests" ]
}