components/openusb/Makefile
changeset 3823 8a78c695182b
parent 3817 30b42c38bbc4
child 4339 6501cf9c29f9
--- a/components/openusb/Makefile	Tue Feb 17 13:07:15 2015 -0800
+++ b/components/openusb/Makefile	Tue Feb 17 18:43:54 2015 -0800
@@ -20,9 +20,6 @@
 #
 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
 #
-
-COMPILER =	gcc
-
 include ../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		openusb
@@ -47,6 +44,8 @@
 COMPONENT_PRE_CONFIGURE_ACTION = \
         ($(CLONEY) $(SOURCE_DIR) $(@D))
 
+COMPILER =	gcc
+
 PATCH_LEVEL = 1
 
 COMPONENT_POST_BUILD_ACTION = \
@@ -60,8 +59,7 @@
 
 install: $(INSTALL_32_and_64)
 
-test: $(TEST_32_and_64)
-
+test: $(NO_TESTS)
 
 REQUIRED_PACKAGES += library/glib2
 REQUIRED_PACKAGES += system/hal