blob: db28baa1f52ed139252f0a9a227d5e0419bc7861 [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.
LOCAL_DIR := $(GET_LOCAL_DIR)
MODULE := $(LOCAL_DIR)
MODULE_TYPE := usertest
MODULE_NAME := fzl-test
MODULE_SRCS := \
$(LOCAL_DIR)/fdio.cpp \
$(LOCAL_DIR)/memory_probe_tests.cpp \
MODULE_STATIC_LIBS := \
system/ulib/async.cpp \
system/ulib/async \
system/ulib/async-loop.cpp \
system/ulib/async-loop \
system/ulib/sync \
system/ulib/fbl \
system/ulib/fzl \
system/ulib/zx \
system/ulib/zxcpp \
MODULE_LIBS := \
system/ulib/async.default \
system/ulib/c \
system/ulib/fdio \
system/ulib/memfs \
system/ulib/unittest \
system/ulib/zircon \
MODULE_FIDL_LIBS := \
system/fidl/fuchsia-io \
system/fidl/fuchsia-mem \
include make/module.mk