guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: sqlitebrowser: Enable tests.


From: guix-commits
Subject: 03/03: gnu: sqlitebrowser: Enable tests.
Date: Wed, 26 Jan 2022 06:35:31 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 3d8ee86ace82f37ebbfea0e303468284538ba52f
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Jan 26 13:32:40 2022 +0200

    gnu: sqlitebrowser: Enable tests.
    
    * gnu/packages/databases.scm (sqlitebrowser)[arguments]: Don't skip
    tests. Add configure-flag to enable tests.
---
 gnu/packages/databases.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 1bdee6092b..064d8c77e0 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -4343,13 +4343,13 @@ a Gtk.Grid Widget.")
            (delete-file-recursively "libs/qscintilla")))))
     (build-system qt-build-system)
     (arguments
-     (list #:tests? #f                  ; no tests
-           #:configure-flags
+     (list #:configure-flags
            ;; TODO: Unbundle QHexEdit.
            #~(list (string-append "-DQSCINTILLA_INCLUDE_DIR="
                                   #$(this-package-input "qscintilla")
                                   "/include/Qsci")
-                   "-DFORCE_INTERNAL_QCUSTOMPLOT=OFF")))
+                   "-DFORCE_INTERNAL_QCUSTOMPLOT=OFF"
+                   "-DENABLE_TESTING=ON")))
     (inputs
      (list qcustomplot
            qscintilla



reply via email to

[Prev in Thread] Current Thread [Next in Thread]