tests: add first test for auth

This commit is contained in:
talksik
2026-01-27 12:43:44 -08:00
parent 707e4455ac
commit 314c9037f2
4 changed files with 88 additions and 0 deletions
+5
View File
@@ -10,10 +10,13 @@ find_package(Qt6 REQUIRED COMPONENTS
Gui
Widgets
Network
Test
)
qt_standard_project_setup(REQUIRES 6.8)
enable_testing()
qt_add_executable(llink
main.cpp
src/MainWindow.cpp
@@ -56,6 +59,8 @@ target_link_libraries(llink
Qt6::Network
)
add_subdirectory(tests)
include(GNUInstallDirs)
install(TARGETS llink
BUNDLE DESTINATION .