--- a/Makefile Thu Feb 10 09:25:14 2011 -0800
+++ b/Makefile Thu Feb 10 10:54:36 2011 -0800
@@ -18,7 +18,7 @@
#
# CDDL HEADER END
#
-# Copyright (c) 2010, Oracle and/or it's affiliates. All rights reserved.
+# Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
#
include make-rules/shared-macros.mk
@@ -34,10 +34,12 @@
clean: TARGET = clean
clobber: TARGET = clobber
setup: TARGET = setup
+test: TARGET = test
.DEFAULT: publish
-download setup prep build install publish validate clean clobber: $(SUBDIRS)
+download setup prep build install publish validate clean clobber \
+test: $(SUBDIRS)
$(SUBDIRS): FORCE
+echo "$(TARGET) [email protected]" ; $(GMAKE) -C [email protected] $(TARGET)