components/tcsh/Makefile
changeset 2203 b97f18780dfe
parent 1974 345be930b4bf
child 2225 f064d3d3190d
--- a/components/tcsh/Makefile	Tue Nov 11 14:19:11 2014 -0800
+++ b/components/tcsh/Makefile	Wed Nov 12 07:33:39 2014 -0800
@@ -60,6 +60,8 @@
 CONFIGURE_OPTIONS  +=		--localedir=$(CONFIGURE_LOCALEDIR)
 CONFIGURE_OPTIONS  +=		CFLAGS="$(CFLAGS)"
 
+COMPONENT_TEST_ENV += PATH=/usr/gnu/bin:/usr/bin
+
 ASLR_MODE = $(ASLR_ENABLE)
 
 # common targets
@@ -69,6 +71,6 @@
 
 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
 
-test: 		$(NO_TESTS)
+test: 		$(TEST_64)
 
 include ../../make-rules/depend.mk