blob: b90052b6dfbefd1c4e44e9e9584e63870f2cae7c [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.
LOCAL_DIR := $(GET_LOCAL_DIR)
MODULE := $(LOCAL_DIR)
MODULE_NAME := cobalt_client_test
MODULE_TYPE := usertest
MODULE_SRCS += \
$(LOCAL_DIR)/cobalt_logger_test.cpp \
$(LOCAL_DIR)/collector_test.cpp \
$(LOCAL_DIR)/counter_test.cpp \
$(LOCAL_DIR)/histogram_test.cpp \
$(LOCAL_DIR)/metric_options_test.cpp \
$(LOCAL_DIR)/timer_test.cpp \
$(LOCAL_DIR)/types_internal_test.cpp \
MODULE_STATIC_LIBS := \
system/ulib/async \
system/ulib/async.cpp \
system/ulib/async-loop \
system/ulib/async-loop.cpp \
system/ulib/cobalt-client \
system/ulib/fbl \
system/ulib/fzl \
system/ulib/sync \
system/ulib/fidl \
system/ulib/fidl-async \
system/ulib/fidl-utils \
system/ulib/zx \
system/ulib/zxcpp \
MODULE_LIBS := \
system/ulib/async.default \
system/ulib/c \
system/ulib/fdio \
system/ulib/unittest \
system/ulib/zircon \
MODULE_FIDL_LIBS := \
system/fidl/fuchsia-cobalt \
system/fidl/fuchsia-io \
system/fidl/fuchsia-mem \
MODULE_PACKAGE := src
include make/module.mk