Makefile revision f38cb554a534c6df738be3f4d23327e69888e634
878d3073b13833ee1a50dfeabf8e400b6fdfc754Brian Wellington#
499b34cea04a46823d003d4c0520c8b03e8513cbBrian Wellington# This file and its contents are supplied under the terms of the
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence# Common Development and Distribution License ("CDDL"), version 1.0.
878d3073b13833ee1a50dfeabf8e400b6fdfc754Brian Wellington# You may only use this file in accordance with the terms of version
878d3073b13833ee1a50dfeabf8e400b6fdfc754Brian Wellington# 1.0 of the CDDL.
878d3073b13833ee1a50dfeabf8e400b6fdfc754Brian Wellington#
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence# A full copy of the text of the CDDL should have accompanied this
15a44745412679c30a6d022733925af70a38b715David Lawrence# source. A copy of the CDDL is also available via the Internet at
15a44745412679c30a6d022733925af70a38b715David Lawrence# http://www.illumos.org/license/CDDL.
15a44745412679c30a6d022733925af70a38b715David Lawrence#
15a44745412679c30a6d022733925af70a38b715David Lawrence
15a44745412679c30a6d022733925af70a38b715David Lawrence#
15a44745412679c30a6d022733925af70a38b715David Lawrence# Copyright (c) 2013 by Delphix. All rights reserved.
15a44745412679c30a6d022733925af70a38b715David Lawrence#
15a44745412679c30a6d022733925af70a38b715David Lawrence
878d3073b13833ee1a50dfeabf8e400b6fdfc754Brian Wellington.PARALLEL: $(SUBDIRS)
878d3073b13833ee1a50dfeabf8e400b6fdfc754Brian Wellington
28fc90e6c81338c5f34e065fdda49d320e362583Mark Andrewsinclude $(SRC)/Makefile.master
9c3531d72aeaad6c5f01efe6a1c82023e1379e4dDavid Lawrence
878d3073b13833ee1a50dfeabf8e400b6fdfc754Brian WellingtonROOTOPTPKG = $(ROOT)/opt/zfs-tests
878d3073b13833ee1a50dfeabf8e400b6fdfc754Brian WellingtonTESTDIR = $(ROOTOPTPKG)/tests/functional/features/async_destroy
878d3073b13833ee1a50dfeabf8e400b6fdfc754Brian Wellington
878d3073b13833ee1a50dfeabf8e400b6fdfc754Brian Wellingtonall install lint clean clobber:
878d3073b13833ee1a50dfeabf8e400b6fdfc754Brian Wellington
878d3073b13833ee1a50dfeabf8e400b6fdfc754Brian WellingtonSUBDIRS = async_destroy
90c099e88e9f16bfee9edee3ac1a51fc98843772Brian Wellington
90c099e88e9f16bfee9edee3ac1a51fc98843772Brian Wellingtoninclude $(SRC)/test/Makefile.com
878d3073b13833ee1a50dfeabf8e400b6fdfc754Brian Wellington