Skip to content

Commit 92a9ab9

Browse files
committed
extras:tests:unitTest: timer unit tests
1 parent 302bcb9 commit 92a9ab9

File tree

2 files changed

+464
-0
lines changed

2 files changed

+464
-0
lines changed

extras/tests/unitTest/Makefile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)