blob: acf3d1a9aa3c8e6e0c2cc45505de5a28ced6f979 [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.
LOCAL_DIR := $(GET_LOCAL_DIR)
MODULE := $(LOCAL_DIR)
MODULE_TYPE := usertest
MODULE_USERTEST_GROUP := fs
MODULE_NAME := blobfs-integration-tests
MODULE_SRCS := \
$(LOCAL_DIR)/blobfs.cpp
MODULE_STATIC_LIBS := \
system/ulib/async.cpp \
system/ulib/async \
system/ulib/async-loop.cpp \
system/ulib/async-loop \
system/ulib/bitmap \
system/ulib/blobfs \
system/ulib/block-client \
system/ulib/cobalt-client \
system/ulib/digest \
system/ulib/fbl \
system/ulib/fvm \
system/ulib/fs \
system/ulib/fzl \
system/ulib/gpt \
system/ulib/sync \
system/ulib/trace \
system/ulib/zx \
system/ulib/zxcpp \
third_party/ulib/cksum \
third_party/ulib/lz4 \
third_party/ulib/uboringssl \
MODULE_LIBS := \
system/ulib/async.default \
system/ulib/c \
system/ulib/fdio \
system/ulib/fs-management \
system/ulib/memfs \
system/ulib/trace-engine \
system/ulib/unittest \
system/ulib/zircon \
MODULE_FIDL_LIBS := \
system/fidl/fuchsia-cobalt \
system/fidl/fuchsia-io \
system/fidl/fuchsia-mem \
include make/module.mk