diff options
author | John Wren Kennedy <john.kennedy@delphix.com> | 2012-12-05 22:04:50 -0500 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2012-12-07 19:37:53 -0500 |
commit | d583b39bfb4e2571d3e41097c5c357ffe353ad45 (patch) | |
tree | 2be8d2b56579c537563ac4ab3d923374c889210e /usr/src/Makefile | |
parent | 7646c8f36bab39004fcffc7287250ea06924088e (diff) | |
download | illumos-joyent-d583b39bfb4e2571d3e41097c5c357ffe353ad45.tar.gz |
3311 Want a test framework for arbitrary OS unit tests
3312 Add a testrunner package for OS unit tests
3313 Add a testrunner package to convert ZFS tests from STF
Reviewed by: Matt Ahrens <matthew.ahrens@delphix.com>
Reviewed by: Will Guyette <will.guyette@delphix.com>
Reviewed by: Dan Kimmel <dan.kimmel@delphix.com>
Reviewed by: Adam Leventhal <ahl@delphix.com>
Reviewed by: Henrik Mattson <henrik.mattson@delphix.com>
Reviewed by: Sonu Pillai <sonu.pillai@delphix.com>
Reviewed by: Christopher Siden <chris.siden@delphix.com>
Reviewed by: George Wilson <george.wilson@delphix.com>
Reviewed by: Richard Lowe <richlowe@richlowe.net>
Approved by: Richard Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr/src/Makefile')
-rw-r--r-- | usr/src/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr/src/Makefile b/usr/src/Makefile index c9cccb4502..722fa72f8a 100644 --- a/usr/src/Makefile +++ b/usr/src/Makefile @@ -18,9 +18,12 @@ # # CDDL HEADER END # + # # Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2012 by Delphix. All rights reserved. # + # # Makefile for system source # @@ -31,7 +34,7 @@ include Makefile.master # it defines TARGETDIRS and ROOTDIRS. include Targetdirs -COMMON_SUBDIRS= uts lib cmd ucblib ucbcmd psm man +COMMON_SUBDIRS= uts lib cmd ucblib ucbcmd psm man test sparc_SUBDIRS= stand i386_SUBDIRS= grub |