components/text-utilities/Makefile
changeset 2164 b580bc10e31a
parent 2132 c8f040246f83
child 2225 f064d3d3190d
--- a/components/text-utilities/Makefile	Tue Oct 21 02:05:30 2014 -0700
+++ b/components/text-utilities/Makefile	Tue Oct 21 12:20:30 2014 -0700
@@ -88,15 +88,16 @@
 	$(CP) $(COMPONENT_DIR)/files/hexdump-expected \
 		$(COMPONENT_SRC)/tests/expected/hexdump/empty-format; )
 
+COMPONENT_TEST_CMD =		./run.sh
+COMPONENT_TEST_ARGS =		--verbose
+COMPONENT_TEST_TARGETS =	colrm column hexdump tailf
+
 # common targets
 build:		$(BUILD_64)
 
 install:	$(INSTALL_64)
 
-test:		install
-	$(COMPONENT_PRE_TEST_ACTION)
-	(cd $(COMPONENT_TEST_DIR) ; $(ENV) $(COMPONENT_TEST_ENV) \
-		./run.sh --verbose colrm column hexdump tailf)
+test:		install $(TEST_64)
 
 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)