| 69 | }; |
| 70 | |
| 71 | TEST(BasicFlatBufferModel, TestNonExistantFiles) { |
| 72 | ASSERT_TRUE(!FlatBufferModel::BuildFromFile("/tmp/tflite_model_1234")); |
| 73 | } |
| 74 | |
| 75 | // Make sure a model with nothing in it loads properly. |
| 76 | TEST(BasicFlatBufferModel, TestEmptyModelsAndNullDestination) { |
nothing calls this directly
no test coverage detected