diff options
| author | Simon John <git@the-jedi.co.uk> | 2014-09-21 18:23:06 +0100 |
|---|---|---|
| committer | Simon John <git@the-jedi.co.uk> | 2014-09-21 19:36:50 +0100 |
| commit | 6be2614c30a0d37a7c579df2805fbf8c192ca57a (patch) | |
| tree | a31d0dfc702fefcc87cf334497b6149252a9e026 /examples/TestSuiteCommon.mk | |
| parent | ee1855c6b1aabf4d50afcfba69cecd2417d27237 (diff) | |
Removed Travis-CI references from all examples. Regular users
are not affected by test scripts/makefiles.
Added makefile and gcc version info to config output.
Tested on Arduino 1.0.6
Diffstat (limited to 'examples/TestSuiteCommon.mk')
| -rw-r--r-- | examples/TestSuiteCommon.mk | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/examples/TestSuiteCommon.mk b/examples/TestSuiteCommon.mk deleted file mode 100644 index a66a007..0000000 --- a/examples/TestSuiteCommon.mk +++ /dev/null @@ -1,13 +0,0 @@ -ARDMK_DIR=../../ -DEPENDENCIES_FOLDER = /var/tmp/Arduino-Makefile-testing-dependencies -DEPENDENCIES_MPIDE_DIR = $(DEPENDENCIES_FOLDER)/mpide-0023-linux64-20130817-test - -ifeq ($(MPIDE_DIR),) - MPIDE_DIR = $(DEPENDENCIES_MPIDE_DIR) -endif - -DEPENDENCIES_ARDUINO_DIR = $(DEPENDENCIES_FOLDER)/arduino-1.0.5 - -ifeq ($(ARDUINO_DIR),) - ARDUINO_DIR = $(DEPENDENCIES_ARDUINO_DIR) -endif |
