blob: 581bdf87c181e9eff49b652bc67b5bbe3a336e81 [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_USERTEST_GROUP := sys
MODULE_NAME := channel-fatal-test
MODULE_SRCS += $(LOCAL_DIR)/channel-fatal-test.c
MODULE_LIBS := \
system/ulib/c \
system/ulib/launchpad \
system/ulib/zircon \
system/ulib/fdio \
system/ulib/unittest \
# We need a header file generated by kernel/lib/vdso/rules.mk.
MODULE_COMPILEFLAGS += -I$(BUILDDIR)/kernel/lib/vdso
MODULE_SRCDEPS += $(BUILDDIR)/kernel/lib/vdso/vdso-code.h
include make/module.mk