blob: 455ec0a62bc06464dc3053e1d648ddf59b14efee [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 := userlib
include make/module.mk
#
# ddktl-test
#
MODULE := $(LOCAL_DIR).test
MODULE_NAME := ddktl-test
MODULE_TYPE := drivertest
TEST_DIR := $(LOCAL_DIR)/test
MODULE_SRCS := \
$(TEST_DIR)/ddktl-test.cpp \
$(TEST_DIR)/ddktl-test-binding.c \
$(TEST_DIR)/device-tests.cpp \
$(TEST_DIR)/ethernet-tests.cpp \
$(TEST_DIR)/wlan-tests.cpp \
MODULE_STATIC_LIBS := \
system/ulib/ddk \
system/ulib/ddktl \
system/ulib/mx \
system/ulib/mxcpp \
system/ulib/fbl \
MODULE_LIBS := \
system/ulib/unittest \
system/ulib/mxio \
system/ulib/driver \
system/ulib/magenta \
system/ulib/c \
include make/module.mk