Fix an issue where ctest wouldn't find the qml test files. Upstream status: forwarded to jami@gnu.org diff --git a/CMakeLists.txt b/CMakeLists.txt index e802357f..75cffda2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -884,5 +884,6 @@ qt_finalize_executable(${PROJECT_NAME}) # tests if(BUILD_TESTING) message("Add Jami tests") + enable_testing() add_subdirectory(${TESTS_DIR}) endif() diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 37796e52..06008ccf 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.16) -enable_testing(true) +enable_testing() set(QT_TESTING_MODULES ${QT_MODULES} lect name='h' onchange='this.form.submit();'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/mail.scm
AgeCommit message (Expand)Author
2020-02-11gnu: opensmtpd: Update to 6.6.3p1 [security mitigations]....Tobias Geerinckx-Rice
2020-02-05gnu: mutt: Enable Autocrypt support....Ivan Vilata-i-Balaguer
2020-01-29gnu: opensmtpd-next: Promote to opensmtpd [fixes CVE-2020-7247]....Tobias Geerinckx-Rice
2020-01-29gnu: opensmtpd-next: Update to 6.6.2p1 [security fixes]....Tobias Geerinckx-Rice
2020-01-27gnu: public-inbox: Enable support for background HTTP/NNTP daemons....宋文武
2020-01-26gnu: mailutils: Add "guile3.0-mailutils" variant....Ludovic Courtès
2020-01-26gnu: public-inbox: Update to 1.2.0-0.05a06f3....宋文武
2020-01-23gnu: alpine: Remove pre-built binaries from source....Tobias Geerinckx-Rice