blob: bad93e7d6399a003107aae4bfafe837e4677bfd8 [file] [log] [blame]
# Copyright 2017 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/package.gni")
group("lib") {
testonly = true
deps = [ ":peridot_lib_unittests" ]
}
executable("peridot_lib_unittests") {
testonly = true
deps = [ "//src/lib/fxl/test:gtest_main" ]
}