Skip to content

Commit 4e7e86f

Browse files
committed
Added ~~~ALL TESTS PASSED~~~
1 parent bb03eb1 commit 4e7e86f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tensorflow/lite/micro/testing/micro_test_v2.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,8 @@ inline int RunAllTests() {
206206
}
207207
return kTfLiteError;
208208
} else {
209+
// This is for the CI tests expecting this meesage.
210+
MicroPrintf("~~~ALL TESTS PASSED~~~");
209211
return kTfLiteOk;
210212
}
211213
}

0 commit comments

Comments
 (0)