blob: b8bbaa1075264d425b4560e5845b7afc6f9a1c48 [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/public/lib/zx" ]
}
executable("new_process_test_util") {
sources = [ "new_process_util.cc" ]
deps = [ "//zircon/public/lib/zx" ]
}