1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-22 12:47:44 +00:00
astra/autotests/CMakeLists.txt

21 lines
514 B
Text
Raw Normal View History

# SPDX-FileCopyrightText: 2023 Joshua Goins <josh@redstrate.com>
# SPDX-License-Identifier: CC0-1.0
ecm_add_test(patchlisttest.cpp
TEST_NAME patchlisttest
LINK_LIBRARIES astra_static Qt::Test
NAME_PREFIX "astra-"
2024-07-30 21:03:55 -04:00
)
2024-08-22 17:59:05 -04:00
ecm_add_test(processwatchertest.cpp
TEST_NAME processwatchertest
LINK_LIBRARIES astra_static Qt::Test
NAME_PREFIX "astra-"
)
2024-07-30 21:03:55 -04:00
ecm_add_test(utilitytest.cpp
TEST_NAME utilitytest
LINK_LIBRARIES astra_static Qt::Test
NAME_PREFIX "astra-"
2024-08-22 17:59:05 -04:00
)