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.
2 parents e12c01a + 92a9ab9 commit 255e17aCopy full SHA for 255e17a
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