blob: 08f74ca18b8808b7b721c610678929e93f35e0dc [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 := zxio-test
MODULE_SRCS := \
$(LOCAL_DIR)/null-test.cpp \
$(LOCAL_DIR)/vmofile-test.cpp \
$(LOCAL_DIR)/zxio-test.cpp \
MODULE_FIDL_LIBS := \
system/fidl/fuchsia-io \
system/fidl/fuchsia-mem \
system/fidl/fuchsia-net \
MODULE_STATIC_LIBS := \
system/ulib/zxio \
system/ulib/zxs \
system/ulib/zx \
MODULE_LIBS := \
system/ulib/unittest \
system/ulib/fdio \
system/ulib/c \
system/ulib/zircon \
include make/module.mk