aboutsummaryrefslogtreecommitdiff
path: root/examples/HelloWorld/Makefile
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2014-09-21 12:05:12 +0530
committerSudar <sudar@sudarmuthu.com>2014-09-21 12:05:12 +0530
commitee1855c6b1aabf4d50afcfba69cecd2417d27237 (patch)
tree05db0503f3cb1ffbd41f077ecf6135a429d5b66b /examples/HelloWorld/Makefile
parent6f46722abb40c60dcaa0e40292342d015906c8bf (diff)
parentd092c14d7ec845246f6588704e22718615626982 (diff)
Merge pull request #268 from peplin/259-move-examples
Move tests back to 'examples', skip non-testable examples when testing. Fix #259 Fix #260
Diffstat (limited to 'examples/HelloWorld/Makefile')
-rw-r--r--examples/HelloWorld/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/HelloWorld/Makefile b/examples/HelloWorld/Makefile
new file mode 100644
index 0000000..0af2ed4
--- /dev/null
+++ b/examples/HelloWorld/Makefile
@@ -0,0 +1,5 @@
+BOARD_TAG = uno
+ARDUINO_LIBS = LiquidCrystal
+
+include ../TestSuiteCommon.mk
+include ../../Arduino.mk