blob: d23dd5a92e1fd29676ea59358ee613024b4d8d18 [file] [log] [blame]
# Copyright 2016 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.
source_set("small_tests") {
testonly = true
sources = [
"sleep_test.cc",
]
deps = [
"//third_party/googletest:gtest",
]
}