chore: 删除老旧的测试代码和构建工具脚本

This commit is contained in:
2026-06-05 16:23:04 +08:00
parent ff40b3caa0
commit ebc277201a
15 changed files with 1 additions and 903 deletions

View File

@@ -23,8 +23,6 @@ project(${APP_NAME}
LANGUAGES C
)
option(BUILD_TESTING "Build tests" OFF)
add_executable(${APP_NAME}
${SOURCE_DIR}/backend/output_utils.c
${SOURCE_DIR}/backend/x11/backend.c
@@ -99,8 +97,3 @@ configure_file("${SOURCE_DIR}/app.h.in"
ESCAPE_QUOTES
@ONLY
)
if(BUILD_TESTING)
enable_testing()
add_subdirectory(tests)
endif()