Julian Hall | ec58c9a | 2022-12-01 14:48:25 +0000 | [diff] [blame] | 1 | #------------------------------------------------------------------------------- |
| 2 | # Copyright (c) 2022, Arm Limited and Contributors. All rights reserved. |
| 3 | # |
| 4 | # SPDX-License-Identifier: BSD-3-Clause |
| 5 | # |
| 6 | #------------------------------------------------------------------------------- |
| 7 | if (NOT DEFINED TGT) |
| 8 | message(FATAL_ERROR "mandatory parameter TGT is not defined.") |
| 9 | endif() |
| 10 | |
| 11 | target_sources(${TGT} PRIVATE |
| 12 | "${CMAKE_CURRENT_LIST_DIR}/image_directory_tests.cpp" |
Julian Hall | c1173e4 | 2022-12-06 15:31:00 +0000 | [diff] [blame] | 13 | "${CMAKE_CURRENT_LIST_DIR}/invalid_behaviour_tests.cpp" |
Julian Hall | 806c679 | 2022-12-08 16:54:16 +0000 | [diff] [blame^] | 14 | "${CMAKE_CURRENT_LIST_DIR}/update_scenario_tests.cpp" |
Julian Hall | ec58c9a | 2022-12-01 14:48:25 +0000 | [diff] [blame] | 15 | ) |