11 lines
273 B
Makefile
11 lines
273 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (c) 2016 Oracle and/or its affiliates. All Rights Reserved.
|
|
|
|
top_srcdir ?= ../../..
|
|
|
|
include $(top_srcdir)/include/mk/testcases.mk
|
|
|
|
LDLIBS += -lpthread -lrt
|
|
|
|
include $(top_srcdir)/include/mk/generic_leaf_target.mk
|