Skip to content

Commit 7fab9d6

Browse files
committed
Test where standalone examples are run
Signed-off-by: Lukasz Dorau <[email protected]>
1 parent ab35b23 commit 7fab9d6

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

examples/cuda_shared_memory/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Copyright (C) 2024 Intel Corporation
22
# Under the Apache License v2.0 with LLVM Exceptions. See LICENSE.TXT.
33
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
4+
message(FATAL_ERROR "QQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQ")
45

56
cmake_minimum_required(VERSION 3.14.0 FATAL_ERROR)
67
project(umf_example_cuda_shared_memory LANGUAGES C)

examples/ipc_level_zero/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Copyright (C) 2024 Intel Corporation
22
# Under the Apache License v2.0 with LLVM Exceptions. See LICENSE.TXT.
33
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
4+
message(FATAL_ERROR "QQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQ")
45

56
cmake_minimum_required(VERSION 3.14.0 FATAL_ERROR)
67
project(umf_example_ipc_level_zero LANGUAGES C)

examples/level_zero_shared_memory/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Copyright (C) 2024 Intel Corporation
22
# Under the Apache License v2.0 with LLVM Exceptions. See LICENSE.TXT.
33
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
4+
message(FATAL_ERROR "QQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQ")
45

56
cmake_minimum_required(VERSION 3.14.0 FATAL_ERROR)
67
project(umf_example_level_zero_shared_memory LANGUAGES C)

0 commit comments

Comments
 (0)