make/RunTests.gmk
changeset 47253 92fd0e04e0e1
parent 47218 918745561887
child 47259 0b347d8efb40
--- a/make/RunTests.gmk	Mon Sep 25 10:21:23 2017 +0200
+++ b/make/RunTests.gmk	Mon Sep 25 10:32:00 2017 +0200
@@ -38,8 +38,8 @@
 # Hook to include the corresponding custom file, if present.
 $(eval $(call IncludeCustomExtension, , RunTests.gmk))
 
-TEST_RESULTS_DIR := $(BUILD_OUTPUT)/test-results
-TEST_SUPPORT_DIR := $(BUILD_OUTPUT)/test-support
+TEST_RESULTS_DIR := $(OUTPUTDIR)/test-results
+TEST_SUPPORT_DIR := $(OUTPUTDIR)/test-support
 
 
 ################################################################################