components/openstack/horizon/Makefile
changeset 4339 6501cf9c29f9
parent 4196 d697072a92f5
child 5405 66fd59fecd68
--- a/components/openstack/horizon/Makefile	Thu May 21 08:56:12 2015 -0700
+++ b/components/openstack/horizon/Makefile	Thu May 21 13:48:49 2015 -0700
@@ -307,6 +307,8 @@
 
 test:		$(NO_TESTS)
 
+system-test:    $(NO_TESTS)
+
 clean::
 	gfind $(COMPONENT_DIR) -maxdepth 1 -type d -name "XStatic*" \
 	    -exec rm -r {} \;