diff --git a/CMakeLists.txt b/CMakeLists.txt index 90fb9453..225c8e87 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -88,7 +88,7 @@ set(QV2RAY_DEFAULT_VASSETS_PATH "unset" CACHE STRING "v2ray assets path") set(QV2RAY_DEFAULT_VCORE_PATH "unset" CACHE STRING "v2ray core path") set(QV2RAY_TRANSLATION_PATH "unset" CACHE STRING "Qv2ray translations path") set(QV2RAY_DISABLE_AUTO_UPDATE OFF CACHE BOOL "Disable update checker") -set(BUILD_TESTING OFF CACHE BOOL "Build test") +set(BUILD_TESTING ON CACHE BOOL "Build test") if(UNIX AND NOT APPLE) set(QV2RAY_USE_BUILTIN_DARKTHEME OFF CACHE BOOL "Use built-in dark theme instead of followed by the system settings") else() diff --git a/debian/rules b/debian/rules index 4d9457f4..8af92b0b 100755 --- a/debian/rules +++ b/debian/rules @@ -16,4 +16,4 @@ export QT_SELECT := 5 dh $@ --buildsystem=cmake+ninja override_dh_auto_configure: - dh_auto_configure -- -DEMBED_TRANSLATIONS=ON -DBUILD_TESTING=ON + dh_auto_configure -- -DEMBED_TRANSLATIONS=ON