blob: 72551641287e03a45a19dc1cf9de5f656d0b4c19 [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)/main.c \
$(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-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