From 663626f06d79aa4d3d3b17e0391897c852658a28 Mon Sep 17 00:00:00 2001 From: Christopher Peplin Date: Sat, 20 Sep 2014 16:26:08 -0400 Subject: Move scripts inside tests directory. Fixed https://github.com/sudar/Arduino-Makefile/issues/260 --- tests/script/bootstrap.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 tests/script/bootstrap.sh (limited to 'tests/script/bootstrap.sh') diff --git a/tests/script/bootstrap.sh b/tests/script/bootstrap.sh new file mode 100755 index 0000000..083bf5d --- /dev/null +++ b/tests/script/bootstrap.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env bash + +set -e + +SCRIPTS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" +pushd $SCRIPTS_DIR/.. + +source $SCRIPTS_DIR/bootstrap/chipkit.sh +source $SCRIPTS_DIR/bootstrap/arduino.sh -- cgit v1.2.3