aboutsummaryrefslogtreecommitdiff
path: root/testcases/network/nfs/nfs_stress/Makefile
blob: 8cd095867d37bc0aadbdb6515e8f6eb3643f6f2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (c) 2015-2018 Oracle and/or its affiliates. All Rights Reserved.
# Copyright (C) 2009, Cisco Systems Inc.

top_srcdir		?= ../../../..

include $(top_srcdir)/include/mk/testcases.mk

nfs04_create_file: CPPFLAGS += -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
nfs05_make_tree: LDLIBS += -lpthread

INSTALL_TARGETS		:= nfs_lib.sh \
			   nfs01.sh \
			   nfs02.sh \
			   nfs03.sh \
			   nfs04.sh \
			   nfs05.sh \
			   nfs06.sh \
			   nfs07.sh

include $(top_srcdir)/include/mk/generic_leaf_target.mk