aboutsummaryrefslogtreecommitdiff
path: root/tests/HelloWorld/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/HelloWorld/Makefile')
-rw-r--r--tests/HelloWorld/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/HelloWorld/Makefile b/tests/HelloWorld/Makefile
new file mode 100644
index 0000000..0af2ed4
--- /dev/null
+++ b/tests/HelloWorld/Makefile
@@ -0,0 +1,5 @@
+BOARD_TAG = uno
+ARDUINO_LIBS = LiquidCrystal
+
+include ../TestSuiteCommon.mk
+include ../../Arduino.mk