blob: 7f4723fd13ece887653ff9dce9d67dbdc2c60b17 [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/fxl",
"//garnet/public/lib/test_runner/cpp",
"//zircon/public/lib/async-loop-cpp",
]
}