xref: /titanic_41/usr/src/test/Makefile (revision 62c3776affc53153ce74e14a6e7ce91950c28102)
1d583b39bSJohn Wren Kennedy#
2d583b39bSJohn Wren Kennedy# This file and its contents are supplied under the terms of the
3d583b39bSJohn Wren Kennedy# Common Development and Distribution License ("CDDL"), version 1.0.
4d583b39bSJohn Wren Kennedy# You may only use this file in accordance with the terms of version
5d583b39bSJohn Wren Kennedy# 1.0 of the CDDL.
6d583b39bSJohn Wren Kennedy#
7d583b39bSJohn Wren Kennedy# A full copy of the text of the CDDL should have accompanied this
8d583b39bSJohn Wren Kennedy# source.  A copy of the CDDL is also available via the Internet at
9d583b39bSJohn Wren Kennedy# http://www.illumos.org/license/CDDL.
10d583b39bSJohn Wren Kennedy#
11d583b39bSJohn Wren Kennedy
12d583b39bSJohn Wren Kennedy#
13d583b39bSJohn Wren Kennedy# Copyright (c) 2012 by Delphix. All rights reserved.
14c037192bSGarrett D'Amore# Copyright 2014 Garrett D'Amore <garrett@damore.org>
15d583b39bSJohn Wren Kennedy#
16d583b39bSJohn Wren Kennedy
17d583b39bSJohn Wren Kennedy.PARALLEL: $(SUBDIRS)
18d583b39bSJohn Wren Kennedy
19*62c3776aSGarrett D'AmoreSUBDIRS = libc-tests os-tests test-runner util-tests zfs-tests
20d583b39bSJohn Wren Kennedy
21d583b39bSJohn Wren Kennedyinclude Makefile.com
22