blob: 0eac586f33c361619a0aa0a0e6e117a616963363 [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)/sanitizer-utils.c
MODULE_NAME := sanitizer-utils-test
MODULE_USERTEST_GROUP := libc
MODULE_LIBS := \
system/ulib/unittest \
system/ulib/launchpad \
system/ulib/mxio \
system/ulib/magenta \
system/ulib/c
include make/module.mk