# SPDX-License-Identifier: BSD-3-Clause
# Copyright 2014-2019, Intel Corporation

#
# src/test/log_recovery/Makefile -- build log_recovery unit test
#
TARGET = log_recovery
OBJS = log_recovery.o

LIBPMEMLOG=y

include ../Makefile.inc
CFLAGS += -I../../libpmemlog
