blob: b6803f1b740d93df29bb43948a95d0ef10f8274c [file] [log] [blame]
# Copyright 2024 The ANGLE Project Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//third_party/OpenCL-CTS/gn/angle_ocl_cts.gni")
ocl_cts_source_set("allocations") {
include_dirs =
[ "$angle_root/third_party/OpenCL-CTS/src/test_conformance/allocations" ]
sources = [
"$angle_root/third_party/OpenCL-CTS/src/test_conformance/allocations/allocation_execute.cpp",
"$angle_root/third_party/OpenCL-CTS/src/test_conformance/allocations/allocation_fill.cpp",
"$angle_root/third_party/OpenCL-CTS/src/test_conformance/allocations/allocation_functions.cpp",
"$angle_root/third_party/OpenCL-CTS/src/test_conformance/allocations/allocation_utils.cpp",
"$angle_root/third_party/OpenCL-CTS/src/test_conformance/allocations/main.cpp",
]
}