# SPDX-License-Identifier: BSD-3-Clause
# Copyright 2015-2023, Intel Corporation

#
# src/test/out_err_mt/Makefile -- build unit test for error messages
#
TARGET = out_err_mt
OBJS = out_err_mt.o

LIBPMEMCOMMON=y
LIBPMEM=y
LIBPMEMOBJ=y
LIBPMEMPOOL=y

include ../Makefile.inc
