1*96c8483aSYuri Pankov# 2*96c8483aSYuri Pankov# 3*96c8483aSYuri Pankov# This file and its contents are supplied under the terms of the 4*96c8483aSYuri Pankov# Common Development and Distribution License ("CDDL"), version 1.0. 5*96c8483aSYuri Pankov# You may only use this file in accordance with the terms of version 6*96c8483aSYuri Pankov# 1.0 of the CDDL. 7*96c8483aSYuri Pankov# 8*96c8483aSYuri Pankov# A full copy of the text of the CDDL should have accompanied this 9*96c8483aSYuri Pankov# source. A copy of the CDDL is also available via the Internet at 10*96c8483aSYuri Pankov# http://www.illumos.org/license/CDDL. 11*96c8483aSYuri Pankov# 12*96c8483aSYuri Pankov 13*96c8483aSYuri Pankov# 14*96c8483aSYuri Pankov# Copyright 2015 Nexenta Systems, Inc. All rights reserved. 15*96c8483aSYuri Pankov# 16*96c8483aSYuri Pankov 17*96c8483aSYuri Pankov.PARALLEL: $(SUBDIRS) 18*96c8483aSYuri Pankov 19*96c8483aSYuri PankovSUBDIRS= acl \ 20*96c8483aSYuri Pankov cptest \ 21*96c8483aSYuri Pankov create \ 22*96c8483aSYuri Pankov error \ 23*96c8483aSYuri Pankov misc \ 24*96c8483aSYuri Pankov mkdir \ 25*96c8483aSYuri Pankov mmap \ 26*96c8483aSYuri Pankov mvtest \ 27*96c8483aSYuri Pankov xattr 28*96c8483aSYuri Pankov 29*96c8483aSYuri Pankovinclude $(SRC)/test/Makefile.com 30