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