author | Mike Sullivan <Mike.Sullivan@Oracle.COM> |
Wed, 12 Nov 2014 07:33:39 -0800 | |
changeset 2203 | b97f18780dfe |
parent 2202 | bdd578af07ee |
child 2204 | f83e0e3cf2d7 |
--- 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