blob: bd0ee4a63d64c4620b6ff22b7ddc79a41c9128c5 [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.
import("//build/test.gni")
test("system_monitor_tests") {
testonly = true
deps = [
"//src/developer/system_monitor/lib:tests",
"//src/developer/system_monitor/lib/dockyard:tests",
"//src/lib/fxl/test:gtest_main",
]
}
source_set("lib") {
sources = [ "gt_log.cc" ]
}
source_set("tests") {
testonly = true
sources = [ "gt_log_test.cc" ]
deps = [ "//third_party/googletest:gtest" ]
}