# Copyright 2024 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("cube") { | |
testonly = true | |
public_deps = [ "../src/cube" ] | |
} | |
group("vkcube-on-fb") { | |
testonly = true | |
public_deps = [ "../src/cube:vkcube-on-fb" ] | |
} | |
group("vkcube-on-scenic") { | |
testonly = true | |
public_deps = [ "../src/cube:vkcube-on-scenic" ] | |
} | |
group("vkcube-skip-present") { | |
testonly = true | |
public_deps = [ "../src/cube:vkcube-skip-present" ] | |
} |