Skip to content

Commit cbe0436

Browse files
committed
Change Test env to Testing, make platform native
1 parent 036b111 commit cbe0436

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed
File renamed without changes.

Node/platformio.ini

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,5 @@ build_flags =
8989
-I./Common/drivers/inc
9090
-I./Common/sensors/inc
9191

92-
[env:Test]
93-
platform = atmelavr
94-
board = uno
95-
framework = arduino
96-
src_filter =
97-
+<Test>
98-
build_flags =
99-
-I./Test/
100-
-I./Common/drivers/inc
101-
-I./Common/sensors/inc
92+
[env:Testing]
93+
platform = native

0 commit comments

Comments
 (0)