Fix run_aub_tests target properties

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski 2021-08-02 15:18:15 +00:00 committed by Compute-Runtime-Automation
parent 2afb785bba
commit a7553c9c0d
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
# SPDX-License-Identifier: MIT
#
add_custom_target(run_aub_tests ALL)
add_custom_target(run_aub_tests)
set(AUB_TESTS_TARGETS_FOLDER "aub_product_targets")
set_target_properties(run_aub_tests PROPERTIES FOLDER ${AUB_TESTS_TARGETS_FOLDER})