Makefile revision 598f4ceed9327d2d6c2325dd67cae3aa06f7fea6
da978630d1f0b07bd370e402117d4d9b17bac427John Beck#
da978630d1f0b07bd370e402117d4d9b17bac427John Beck# This file and its contents are supplied under the terms of the
da978630d1f0b07bd370e402117d4d9b17bac427John Beck# Common Development and Distribution License ("CDDL"), version 1.0.
da978630d1f0b07bd370e402117d4d9b17bac427John Beck# You may only use this file in accordance with the terms of version
da978630d1f0b07bd370e402117d4d9b17bac427John Beck# 1.0 of the CDDL.
da978630d1f0b07bd370e402117d4d9b17bac427John Beck#
da978630d1f0b07bd370e402117d4d9b17bac427John Beck# A full copy of the text of the CDDL should have accompanied this
da978630d1f0b07bd370e402117d4d9b17bac427John Beck# source. A copy of the CDDL is also available via the Internet at
da978630d1f0b07bd370e402117d4d9b17bac427John Beck# http://www.illumos.org/license/CDDL.
da978630d1f0b07bd370e402117d4d9b17bac427John Beck#
da978630d1f0b07bd370e402117d4d9b17bac427John Beck
da978630d1f0b07bd370e402117d4d9b17bac427John Beck#
da978630d1f0b07bd370e402117d4d9b17bac427John Beck# Copyright (c) 2012 by Delphix. All rights reserved.
da978630d1f0b07bd370e402117d4d9b17bac427John Beck# Copyright 2014 Garrett D'Amore <garrett@damore.org>
da978630d1f0b07bd370e402117d4d9b17bac427John Beck#
da978630d1f0b07bd370e402117d4d9b17bac427John Beck
da978630d1f0b07bd370e402117d4d9b17bac427John Beck.PARALLEL: $(SUBDIRS)
da978630d1f0b07bd370e402117d4d9b17bac427John Beck
da978630d1f0b07bd370e402117d4d9b17bac427John BeckSUBDIRS = os-tests test-runner util-tests zfs-tests
da978630d1f0b07bd370e402117d4d9b17bac427John Beck
da978630d1f0b07bd370e402117d4d9b17bac427John Beckinclude Makefile.com
da978630d1f0b07bd370e402117d4d9b17bac427John Beck