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