blob: 4655b7257457538bafa636c8fd2af6fccafcfee2 [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_SRCS += \
$(LOCAL_DIR)/abi_tests.cpp \
$(LOCAL_DIR)/decoding_tests.cpp \
$(LOCAL_DIR)/encoding_tests.cpp \
$(LOCAL_DIR)/fidl_coded_types.cpp \
$(LOCAL_DIR)/main.c \
MODULE_NAME := fidl-test
MODULE_STATIC_LIBS := \
system/ulib/fbl \
system/ulib/fidl \
MODULE_LIBS := \
system/ulib/c \
system/ulib/fdio \
system/ulib/unittest \
system/ulib/zircon \
include make/module.mk