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:
parent
b5bb44b260
commit
e2bcd41ce3
1 changed files with 3 additions and 1 deletions
|
@ -269,7 +269,8 @@ servers from Python programs.")
|
||||||
#:imported-modules `((guix build python-build-system)
|
#:imported-modules `((guix build python-build-system)
|
||||||
,@%gnu-build-system-modules)
|
,@%gnu-build-system-modules)
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
#~(list (string-append "--with-db="
|
#~(list "--enable-cmocka"
|
||||||
|
(string-append "--with-db="
|
||||||
#$(this-package-input "bdb"))
|
#$(this-package-input "bdb"))
|
||||||
(string-append "--with-netsnmp="
|
(string-append "--with-netsnmp="
|
||||||
#$(this-package-input "net-snmp"))
|
#$(this-package-input "net-snmp"))
|
||||||
|
@ -380,6 +381,7 @@ servers from Python programs.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list autoconf
|
(list autoconf
|
||||||
automake
|
automake
|
||||||
|
cmocka
|
||||||
doxygen
|
doxygen
|
||||||
gettext-minimal
|
gettext-minimal
|
||||||
libtool
|
libtool
|
||||||
|
|
Reference in a new issue