xref: /illumos-gate/usr/src/test/Makefile (revision 4db555a5389470c6f15aa8b50a38ca5d533d0641)
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.
14598f4ceeSGarrett 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*4db555a5SRichard LoweSUBDIRS = \
20*4db555a5SRichard Lowe	crypto-tests \
21*4db555a5SRichard Lowe	elf-tests \
22*4db555a5SRichard Lowe	libc-tests \
23*4db555a5SRichard Lowe	os-tests \
24*4db555a5SRichard Lowe	smbclient-tests \
25*4db555a5SRichard Lowe	test-runner \
26*4db555a5SRichard Lowe	util-tests \
27*4db555a5SRichard Lowe	zfs-tests
28d583b39bSJohn Wren Kennedy
29d583b39bSJohn Wren Kennedyinclude Makefile.com
30