summaryrefslogtreecommitdiff
path: root/makefiles
diff options
context:
space:
mode:
Diffstat (limited to 'makefiles')
-rw-r--r--makefiles/Makefile.tools4
1 files changed, 3 insertions, 1 deletions
diff --git a/makefiles/Makefile.tools b/makefiles/Makefile.tools
index 922e690..231181b 100644
--- a/makefiles/Makefile.tools
+++ b/makefiles/Makefile.tools
@@ -35,10 +35,12 @@ ifeq ($(BUILD),)
endif
###############################################################################
-# Determine path used to load us, so we can locate other makefiles
+# Determine path used to load us, so we can locate other makefiles etc
###############################################################################
NSBUILD := $(dir $(lastword $(MAKEFILE_LIST)))
+NSSHARED := $(dir $(NSBUILD))
+NSTESTTOOLS := $(NSSHARED)/testtools
###############################################################################
# Host/target platform detection