blob: 651a018fb94fe8c3b175ee31a4e982320f7981d2 [file] [log] [blame]
# Copyright 2020 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.
executable("ambient_vmex_test_util") {
sources = [ "ambient_vmex_util.cc" ]
deps = [ "//zircon/system/ulib/zx" ]
}
executable("new_process_test_util") {
sources = [ "new_process_util.cc" ]
deps = [ "//zircon/system/ulib/zx" ]
}