Skip to content
Snippets Groups Projects
Commit 1c29d34c authored by Guido Günther's avatar Guido Günther
Browse files

Enable make check

parent 0a63618f
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,9 @@ Build-Depends: cdbs (>= 0.4.90~),
policykit-1,
libcap-ng-dev [linux-any],
virtualbox-ose [amd64 i386],
libnl-dev [linux-any]
libnl-dev [linux-any],
# For "make check"
libxml2-utils,
XS-Python-Version: current
Build-Conflicts: dpkg-dev (= 1.15.3)
Vcs-Git: git://git.debian.org/git/pkg-libvirt/libvirt.git
......
#!/usr/bin/make -f
DEB_BUILD_PARALLEL = yes
DEB_MAKE_CHECK_TARGET = check
ifneq (,$(findstring $(DEB_HOST_ARCH), i386 amd64))
WITH_XEN = --with-xen
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment