aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorChristopher Peplin <chris.peplin@rhubarbtech.com>2014-09-20 16:26:08 -0400
committerChristopher Peplin <chris.peplin@rhubarbtech.com>2014-09-20 16:26:39 -0400
commit663626f06d79aa4d3d3b17e0391897c852658a28 (patch)
tree05fd05167e6d68ef3a01bbd5e8d49aa683daa730 /examples
parent086c6e96ca4b98e8a144b5f7f37a7b3b6fedc61d (diff)
Move scripts inside tests directory.
Fixed https://github.com/sudar/Arduino-Makefile/issues/260
Diffstat (limited to 'examples')
-rw-r--r--examples/TestSuiteCommon.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/TestSuiteCommon.mk b/examples/TestSuiteCommon.mk
index 5fa4f50..a66a007 100644
--- a/examples/TestSuiteCommon.mk
+++ b/examples/TestSuiteCommon.mk
@@ -1,5 +1,5 @@
ARDMK_DIR=../../
-DEPENDENCIES_FOLDER = ../../dependencies
+DEPENDENCIES_FOLDER = /var/tmp/Arduino-Makefile-testing-dependencies
DEPENDENCIES_MPIDE_DIR = $(DEPENDENCIES_FOLDER)/mpide-0023-linux64-20130817-test
ifeq ($(MPIDE_DIR),)