blob: d209a62ccc4d80d7c99273a9c9548d8d3868b23b [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)
MODULE_TYPE := usertest
MODULE_USERTEST_GROUP := core
MODULE_SRCS += \
$(LOCAL_DIR)/vmar.cpp
MODULE_NAME := vmar-test
MODULE_LIBS := \
system/ulib/c \
system/ulib/zircon \
system/ulib/fdio \
system/ulib/unittest \
MODULE_STATIC_LIBS := \
system/ulib/fbl \
include make/module.mk