Skip to content

Commit aa3bb97

Browse files
committed
tests(model): Fix CMakeLists syntax and SPDX headers
Correct target_sources syntax to use openpfc-tests and add test_model_fft_baseline.cpp. Normalize SPDX headers.
1 parent 33923dc commit aa3bb97

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

tests/unit/models/CMakeLists.txt

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
#SPDX - FileCopyrightText : 2025 VTT Technical Research Centre of Finland Ltd
2-
#SPDX - License - Identifier : AGPL - 3.0 - or -later
1+
# SPDX-FileCopyrightText: 2025 VTT Technical Research Centre of Finland Ltd
2+
# SPDX-License-Identifier: AGPL-3.0-or-later
33

4-
#Model unit tests
5-
target_sources(openpfc - tests PRIVATE ${CMAKE_CURRENT_SOURCE_DIR} /
6-
test_model.cpp ${CMAKE_CURRENT_SOURCE_DIR} /
7-
test_model_fft_baseline.cpp
8-
#${CMAKE_CURRENT_SOURCE_DIR } / \
9-
test_model_comprehensive.cpp #TODO : Fix incomplete test
4+
# Model unit tests
5+
target_sources(openpfc-tests PRIVATE
6+
${CMAKE_CURRENT_SOURCE_DIR}/test_model.cpp
7+
${CMAKE_CURRENT_SOURCE_DIR}/test_model_fft_baseline.cpp
8+
# ${CMAKE_CURRENT_SOURCE_DIR}/test_model_comprehensive.cpp # TODO: Fix incomplete test
109
)

0 commit comments

Comments
 (0)