xref: /illumos-gate/usr/src/test/util-tests/tests/Makefile (revision 6cf3cc9d1e40f89e90135a48f74f03f879fce639)
1#
2# This file and its contents are supplied under the terms of the
3# Common Development and Distribution License ("CDDL"), version 1.0.
4# You may only use this file in accordance with the terms of version
5# 1.0 of the CDDL.
6#
7# A full copy of the text of the CDDL should have accompanied this
8# source.  A copy of the CDDL is also available via the Internet at
9# http://www.illumos.org/license/CDDL.
10#
11
12#
13# Copyright (c) 2012 by Delphix. All rights reserved.
14# Copyright 2014 Garrett D'Amore <garrett@damore.org>
15# Copyright 2014 Nexenta Systems, Inc. All rights reserved.
16# Copyright 2017 Jason King
17# Copyright 2020 Joyent, Inc.
18# Copyright 2022 OmniOS Community Edition (OmniOSce) Association.
19#
20
21SUBDIRS =		\
22	ar		\
23	awk		\
24	chown		\
25	cpio		\
26	cpmvln		\
27	ctf		\
28	date		\
29	demangle	\
30	dis		\
31	dladm		\
32	find		\
33	grep_xpg4	\
34	head		\
35	iconv		\
36	libcustr	\
37	libjedec	\
38	libnvpair_json	\
39	libsff		\
40	make		\
41	mdb		\
42	mergeq		\
43	pcidb		\
44	pcieadm		\
45	printf		\
46	sed		\
47	sleep		\
48	smbios		\
49	svr4pkg		\
50	workq		\
51	xargs
52
53include $(SRC)/test/Makefile.com
54