blob: c0956f73832a287533a326cc5f0d1c7260377042 [file] [log] [blame]
# Copyright 2019 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("test") {
testonly = true
output_name = "fake_legacy_stream_test"
sources = [ "test.cc" ]
deps = [
"..",
"//garnet/public/lib/gtest",
"//sdk/lib/syslog/cpp",
"//sdk/lib/syslog/cpp:backend_legacy",
"//src/lib/fxl/test:gtest_main",
]
}