Makefile
changeset 83 9ab0deb97868
parent 53 e398cb2c4b45
child 1038 3b4d8f56a1bf
child 2434 6c9bb5cf5610
--- 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) $@" ; $(GMAKE) -C $@ $(TARGET)