test: correct adding subdirectories in test cmake files

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2024-08-29 14:26:35 +00:00
committed by Compute-Runtime-Automation
parent 828eb3798e
commit c8ead35afa
2 changed files with 10 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
#
# Copyright (C) 2021-2023 Intel Corporation
# Copyright (C) 2021-2024 Intel Corporation
#
# SPDX-License-Identifier: MIT
#
@@ -23,6 +23,6 @@ if(UNIX)
${CMAKE_CURRENT_SOURCE_DIR}/drm_memory_manager_prelim_fixtures.h
)
endif()
add_subdirectories()
endif()
add_subdirectories()