Flutter Engine Uber Docs
Docs for the entire Flutter Engine repo.
 
Loading...
Searching...
No Matches
gpu_surface_unittests.cc
Go to the documentation of this file.
1// Copyright 2013 The Flutter Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#include "gtest/gtest.h"
6
7namespace flutter {
8namespace testing {
9
10// An empty test added to make this binary buildable on platforms that do not
11// have any GPU surface test cases.
12TEST(GPUSurface, Empty) {}
13
14} // namespace testing
15} // namespace flutter
TEST(NativeAssetsManagerTest, NoAvailableAssets)