xref: /titanic_41/usr/src/test/zfs-tests/tests/functional/features/Makefile (revision a4dd1f3517267c5e5aa5b2bb53cb388002bc688f)
1*a4dd1f35SJohn Wren Kennedy#
2*a4dd1f35SJohn Wren Kennedy# This file and its contents are supplied under the terms of the
3*a4dd1f35SJohn Wren Kennedy# Common Development and Distribution License ("CDDL"), version 1.0.
4*a4dd1f35SJohn Wren Kennedy# You may only use this file in accordance with the terms of version
5*a4dd1f35SJohn Wren Kennedy# 1.0 of the CDDL.
6*a4dd1f35SJohn Wren Kennedy#
7*a4dd1f35SJohn Wren Kennedy# A full copy of the text of the CDDL should have accompanied this
8*a4dd1f35SJohn Wren Kennedy# source.  A copy of the CDDL is also available via the Internet at
9*a4dd1f35SJohn Wren Kennedy# http://www.illumos.org/license/CDDL.
10*a4dd1f35SJohn Wren Kennedy#
11*a4dd1f35SJohn Wren Kennedy
12*a4dd1f35SJohn Wren Kennedy#
13*a4dd1f35SJohn Wren Kennedy# Copyright (c) 2013 by Delphix. All rights reserved.
14*a4dd1f35SJohn Wren Kennedy#
15*a4dd1f35SJohn Wren Kennedy
16*a4dd1f35SJohn Wren Kennedy.PARALLEL: $(SUBDIRS)
17*a4dd1f35SJohn Wren Kennedy
18*a4dd1f35SJohn Wren Kennedyinclude $(SRC)/Makefile.master
19*a4dd1f35SJohn Wren Kennedy
20*a4dd1f35SJohn Wren KennedyROOTOPTPKG = $(ROOT)/opt/zfs-tests
21*a4dd1f35SJohn Wren KennedyTESTDIR = $(ROOTOPTPKG)/tests/functional/features/async_destroy
22*a4dd1f35SJohn Wren Kennedy
23*a4dd1f35SJohn Wren Kennedyall install lint clean clobber:
24*a4dd1f35SJohn Wren Kennedy
25*a4dd1f35SJohn Wren KennedySUBDIRS = async_destroy
26*a4dd1f35SJohn Wren Kennedy
27*a4dd1f35SJohn Wren Kennedyinclude $(SRC)/test/Makefile.com
28