blob: e5a33e54bfbd6e2911efeef34bf16458e809043c [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.
executable("run_test") {
sources = [ "run_test.cc" ]
deps = [
"//garnet/public/lib/test_runner/cpp",
"//sdk/lib/sys/cpp",
"//src/lib/fxl",
"//zircon/system/ulib/async-loop:async-loop-cpp",
"//zircon/system/ulib/async-loop:async-loop-default",
]
}