components/Makefile
changeset 83 9ab0deb97868
parent 70 c610cf9d3d5d
child 92 b4be50cb7106
--- a/components/Makefile	Thu Feb 10 09:25:14 2011 -0800
+++ b/components/Makefile	Thu Feb 10 10:54:36 2011 -0800
@@ -48,12 +48,14 @@
 validate:		TARGET = validate
 clean:			TARGET = clean
 clobber:		TARGET = clobber
-prep build install publish:		TEMPLATE_ZONE=$(ZONE)
-prep build install publish:		LOG = >$(WS_LOGS)/$@.$(TARGET).log 2>&1
+test:			TARGET = test
+prep build install publish test:	TEMPLATE_ZONE=$(ZONE)
+prep build install publish test:	LOG = >$(WS_LOGS)/$@.$(TARGET).log 2>&1
 
 .DEFAULT:	publish
 
-download prep build install publish install-packages validate: $(COMPONENT_DIRS)
+download prep build install publish install-packages validate \
+test: $(COMPONENT_DIRS)
 
 COMPONENT_DIRS.nosetup =	$(COMPONENT_DIRS:%=%.nosetup)