xref: /illumos-gate/usr/src/test/Makefile (revision c61a1653a4d73dbc950dac7d96350fd6cb517486)
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>
15*c61a1653SRyan Zezeski# Copyright 2019 Joyent, Inc.
16d583b39bSJohn Wren Kennedy#
17d583b39bSJohn Wren Kennedy
18d583b39bSJohn Wren Kennedy.PARALLEL: $(SUBDIRS)
19d583b39bSJohn Wren Kennedy
204db555a5SRichard LoweSUBDIRS = \
214db555a5SRichard Lowe	crypto-tests \
224db555a5SRichard Lowe	elf-tests \
234db555a5SRichard Lowe	libc-tests \
24*c61a1653SRyan Zezeski	net-tests \
254db555a5SRichard Lowe	os-tests \
264db555a5SRichard Lowe	smbclient-tests \
274db555a5SRichard Lowe	test-runner \
284db555a5SRichard Lowe	util-tests \
294db555a5SRichard Lowe	zfs-tests
30d583b39bSJohn Wren Kennedy
31d583b39bSJohn Wren Kennedyinclude Makefile.com
32