• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2014 The ANGLE Project 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
5angle_white_box_tests_sources = [
6  "egl_tests/EGLFeatureControlTest.cpp",
7  "gl_tests/FormatPrintTest.cpp",
8  "test_utils/ANGLETest.cpp",
9  "test_utils/ANGLETest.h",
10  "util_tests/PrintSystemInfoTest.cpp",
11]
12angle_white_box_tests_win_sources = [
13  "egl_tests/EGLDirectCompositionTest.cpp",
14  "gl_tests/D3D11EmulatedIndexedBufferTest.cpp",
15  "gl_tests/D3D11FormatTablesTest.cpp",
16  "gl_tests/D3D11InputLayoutCacheTest.cpp",
17  "gl_tests/D3DTextureTest.cpp",
18  "gl_tests/ErrorMessages.cpp",
19]
20angle_white_box_tests_vulkan_sources = [
21  "gl_tests/VulkanFormatTablesTest.cpp",
22  "gl_tests/VulkanFramebufferTest.cpp",
23  "gl_tests/VulkanUniformUpdatesTest.cpp",
24]
25