Skip to content

Commit

Permalink
misc: make IoT tests only run once
Browse files Browse the repository at this point in the history
  • Loading branch information
ciband committed Feb 14, 2019
1 parent 17c4de6 commit f533cab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/iot/test_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,13 @@ void setup() {
delay(100);
testing::InitGoogleMock();
delay(1000);

RUN_ALL_TESTS();
}

void loop() {
RUN_ALL_TESTS();
// do nothing
delay(1000);
}

#endif

0 comments on commit f533cab

Please sign in to comment.