components/Makefile
changeset 4339 6501cf9c29f9
parent 4196 d697072a92f5
child 4749 a34fb58473e0
--- a/components/Makefile	Thu May 21 08:56:12 2015 -0700
+++ b/components/Makefile	Thu May 21 13:48:49 2015 -0700
@@ -79,9 +79,10 @@
 clean:			TARGET = clean
 clobber:		TARGET = clobber
 test:			TARGET = test
+system-test:		TARGET = system-test
 zone-build:		TARGET = component-zone-build
 component-hook:		TARGET = component-hook
-zone-build prep build install publish test:	LOG = >$(WS_LOGS)/$(@F).$(TARGET).log 2>&1
+zone-build prep build install publish test system-test:	LOG = >$(WS_LOGS)/$(@F).$(TARGET).log 2>&1
 
 # turn off pkglint for the individual component builds.
 ifeq   ($(strip $(PKGLINT_COMPONENT)),)
@@ -96,10 +97,11 @@
 
 # For cases in which a component test should be skipped at at the top level
 test:			MAKEFLAGS += TOP_LEVEL_TEST=yes
+system-test:		MAKEFLAGS += TOP_LEVEL_TEST=yes
 
 .DEFAULT:	publish
 
-zone-build build install publish test: $(COMPONENT_DIRS)
+zone-build build install publish test system-test: $(COMPONENT_DIRS)
 
 COMPONENT_DIRS.nosetup =	$(COMPONENT_DIRS:%=%.nosetup)