diff -r 9a6f17b2de19 -r d590db614c66 make-rules/justmake.mk --- a/make-rules/justmake.mk Mon Aug 04 15:38:32 2014 -0700 +++ b/make-rules/justmake.mk Mon Aug 04 15:41:55 2014 -0700 @@ -18,7 +18,7 @@ # # CDDL HEADER END # -# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved. # # # Rules and Macros for building opens source software that just uses their @@ -71,7 +71,7 @@ # test the built source $(BUILD_DIR)/%/.tested: $(BUILD_DIR)/%/.built $(COMPONENT_PRE_TEST_ACTION) - (cd $(@D) ; $(ENV) $(COMPONENT_TEST_ENV) $(GMAKE) \ + (cd $(COMPONENT_TEST_DIR) ; $(ENV) $(COMPONENT_TEST_ENV) $(GMAKE) \ $(COMPONENT_TEST_ARGS) $(COMPONENT_TEST_TARGETS)) $(COMPONENT_POST_TEST_ACTION) $(TOUCH) $@