blob: 78587fe21666bcbfb7ab224de8b64fd61cba5af2 [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).hostapp
MODULE_TYPE := hosttest
MODULE_NAME := fs-test
MODULE_SRCS := \
$(LOCAL_DIR)/main.cpp \
$(LOCAL_DIR)/util.cpp \
$(LOCAL_DIR)/test-basic.cpp \
$(LOCAL_DIR)/test-directory.cpp \
$(LOCAL_DIR)/test-maxfile.cpp \
$(LOCAL_DIR)/test-rw-workers.cpp \
$(LOCAL_DIR)/test-sparse.cpp \
$(LOCAL_DIR)/test-truncate.cpp \
system/ulib/bitmap/raw-bitmap.cpp \
MODULE_COMPILEFLAGS := \
-Werror-implicit-function-declaration \
-Wstrict-prototypes -Wwrite-strings \
-Isystem/ulib/unittest/include \
-Isystem/ulib/bitmap/include \
-Isystem/ulib/fs/include \
-Isystem/ulib/fzl/include \
-Isystem/ulib/minfs/include \
-Isystem/ulib/fbl/include \
-Isystem/ulib/fdio/include \
-Isystem/ulib/zxcpp/include \
-Isystem/ulib/fbl/include \
-Isystem/ulib/fdio/include \
-Isystem/ulib/zircon-internal/include \
-Isystem/ulib/zircon/include \
MODULE_HOST_LIBS := \
system/ulib/unittest.hostlib \
system/ulib/pretty.hostlib \
system/ulib/minfs.hostlib \
system/ulib/fbl.hostlib \
system/ulib/fs.hostlib \
include make/module.mk