gnu: sqlitebrowser: Enable tests.

* gnu/packages/databases.scm (sqlitebrowser)[arguments]: Don't skip
tests. Add configure-flag to enable tests.
This commit is contained in:
Efraim Flashner 2022-01-26 13:32:40 +02:00
parent 1898b8386b
commit 3d8ee86ace
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -4343,13 +4343,13 @@ (define-public sqlitebrowser
(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