blob: 7b5e894e41b51b5a68a2998d096a2420590e9132 [file] [log] [blame]
# Copyright 2018 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 := userapp
MODULE_GROUP := misc
MODULE_SRCS += \
$(LOCAL_DIR)/main.cpp \
$(LOCAL_DIR)/stress_test.cpp \
$(LOCAL_DIR)/vmstress.cpp
MODULE_LIBS := \
system/ulib/c \
system/ulib/fdio \
system/ulib/zircon \
MODULE_STATIC_LIBS := \
system/ulib/fbl \
system/ulib/zx \
system/ulib/zxcpp \
include make/module.mk