We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 302bcb9 commit 92a9ab9Copy full SHA for 92a9ab9
extras/tests/unitTest/Makefile
@@ -0,0 +1,9 @@
1
+# See https://github.com/bxparks/UnixHostDuino for documentation about this
2
+# Makefile to compile and run Arduino programs natively on Linux or MacOS.
3
+#
4
+
5
+APP_NAME := unitTest
6
+ARDUINO_LIBS := AUnit arduino-timer
7
+CPPFLAGS += -Werror
8
9
+include $(UNIXHOSTDUINO)
0 commit comments