xref: /illumos-gate/usr/src/test/Makefile (revision 1a2d662a91cee3bf82f41cd47c7ae6f3825d9db2)
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>
15c61a1653SRyan Zezeski# Copyright 2019 Joyent, Inc.
16f2ae17edSMatt Barden# Copyright 2021 Tintri by DDN, Inc. All rights reserved.
17533affcbSRobert Mustacchi# Copyright 2024 Oxide Computer Company
18d583b39bSJohn Wren Kennedy#
19d583b39bSJohn Wren Kennedy
20d583b39bSJohn Wren Kennedy.PARALLEL: $(SUBDIRS)
21d583b39bSJohn Wren Kennedy
224db555a5SRichard LoweSUBDIRS = \
237daa5405SPatrick Mooney	bhyve-tests \
244db555a5SRichard Lowe	crypto-tests \
254db555a5SRichard Lowe	elf-tests \
264db555a5SRichard Lowe	libc-tests \
27ce8560eeSMatt Barden	libmlrpc-tests \
28*1a2d662aSRobert Mustacchi	libproc-tests \
2942920ac8SGordon Ross	libsec-tests \
30c61a1653SRyan Zezeski	net-tests \
31533affcbSRobert Mustacchi	nvme-tests \
324db555a5SRichard Lowe	os-tests \
334db555a5SRichard Lowe	smbclient-tests \
34f2ae17edSMatt Barden	smbsrv-tests \
354db555a5SRichard Lowe	test-runner \
364db555a5SRichard Lowe	util-tests \
374db555a5SRichard Lowe	zfs-tests
38d583b39bSJohn Wren Kennedy
39d583b39bSJohn Wren Kennedyinclude Makefile.com
40