[beignet] 07/07: Re-enable test suite (disabled by default upstream)
Rebecca Palmer
rnpalmer-guest at moszumanska.debian.org
Tue Sep 6 21:32:55 UTC 2016
This is an automated email from the git hooks/post-receive script.
rnpalmer-guest pushed a commit to branch master
in repository beignet.
commit 548c4268aa2170f24cd49f70ce7dca0398f1f6e4
Author: Rebecca N. Palmer <rebecca_palmer at zoho.com>
Date: Tue Sep 6 22:27:27 2016 +0100
Re-enable test suite (disabled by default upstream)
---
debian/changelog | 1 +
debian/rules | 2 ++
2 files changed, 3 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index b54b67f..b0703e6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ beignet (1.2.0-1) UNRELEASED; urgency=medium
system cl_ext.h.
* Switch to LLVM 3.8 also on x32 and kfreebsd-i386.
* Update and improve documentation.
+ * Re-enable test suite (disabled by default upstream).
-- Rebecca N. Palmer <rebecca_palmer at zoho.com> Sun, 04 Sep 2016 20:53:34 +0100
diff --git a/debian/rules b/debian/rules
index c8a6bb3..92e7fff 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,8 +24,10 @@ override_dh_auto_configure:
ls -la include/CL
dh_auto_configure --buildsystem cmake -- -DLLVM_INSTALL_DIR=/usr/lib/llvm-$(LLVM_VERSION)/bin
+#Include the test suite and the documentation
override_dh_auto_build:
dh_auto_build
+ make -C obj-* utest
ikiwiki --verbose --no-usedirs --underlaydir docs --plugin map --rebuild docs docs_build
rm -rf docs_build/ikiwiki
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opencl/beignet.git
More information about the Pkg-opencl-commits
mailing list