blob: aefc16baa4041590f0c8b8c65c46f0aaf8bd7eac [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.
# TODO: add support to check output
source_set("small_tests") {
testonly = true
sources = [
"dup_test.cc",
]
deps = [
"//third_party/googletest:gtest",
]
}