blob: c8bb89e9c5bfa3738b0a74105b98bcd92963cd5b [file] [log] [blame]
# Copyright 2018 The Fuchsia Authors
#
# Use of this source code is governed by a MIT-style
# license that can be found in the LICENSE file or at
# https://opensource.org/licenses/MIT
ifneq ($(FUZZ_EXTRA_OBJS),)
MODULE_TYPE := usertest
MODULE_USERTEST_GROUP := fuzz
MODULE_COMPILEFLAGS += -fsanitize=fuzzer
MODULE_LIBS += \
system/ulib/zircon \
system/ulib/launchpad \
MODULE_EXTRA_OBJS += $(FUZZ_EXTRA_OBJS)
include make/module-usertest.mk
MODULE_EXTRA_OBJS :=
endif