gnu: 389-ds-base: Enable one test.

* gnu/packages/openldap.scm (389-ds-base)[arguments]: Enable unit tests.
[native-inputs]: Add cmocka.
This commit is contained in:
Ricardo Wurmus 2022-12-14 21:51:58 +01:00
parent b5bb44b260
commit e2bcd41ce3
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -269,7 +269,8 @@ (define-public 389-ds-base
#:imported-modules `((guix build python-build-system)
,@%gnu-build-system-modules)
#:configure-flags
#~(list (string-append "--with-db="
#~(list "--enable-cmocka"
(string-append "--with-db="
#$(this-package-input "bdb"))
(string-append "--with-netsnmp="
#$(this-package-input "net-snmp"))
@ -380,6 +381,7 @@ (define-public 389-ds-base
(native-inputs
(list autoconf
automake
cmocka
doxygen
gettext-minimal
libtool