Skip to content

Commit

Permalink
Add missing CmakeLists
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiomestre committed Feb 13, 2024
1 parent bfd3369 commit 1bec5e9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test/conformance/integration/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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
)

0 comments on commit 1bec5e9

Please sign in to comment.