Skip to content

Commit f3294a6

Browse files
committed
tests/AceRoutineTest: Add Makefile for testing on Linux or MacOS
1 parent a9414ae commit f3294a6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/AceRoutineTest/Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# See https://github.com/bxparks/AUnit/tree/develop/unitduino for documentation
2+
# about using unitduino to compile and run AUnit tests natively on Linux or
3+
# MacOS.
4+
5+
APP_NAME := AceRoutineTest
6+
ARDUINO_LIBS := AceRoutine
7+
include ../../../AUnit/unitduino/unitduino.mk

0 commit comments

Comments
 (0)