From 1bec5e9dd501f790543e0706136c9c463a9b5cd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Mestre?= Date: Mon, 12 Feb 2024 15:16:47 +0000 Subject: [PATCH] Add missing CmakeLists --- test/conformance/integration/CMakeLists.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test/conformance/integration/CMakeLists.txt diff --git a/test/conformance/integration/CMakeLists.txt b/test/conformance/integration/CMakeLists.txt new file mode 100644 index 0000000000..1689cf04f4 --- /dev/null +++ b/test/conformance/integration/CMakeLists.txt @@ -0,0 +1,10 @@ +# Copyright (C) 2024 Intel Corporation +# Part of the Unified-Runtime Project, under the Apache License v2.0 with LLVM Exceptions. +# See LICENSE.TXT +# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception + +add_conformance_test_with_kernels_environment(integration + QueueEmptyStatus.cpp + QueueUSM.cpp + QueueBuffer.cpp + )