diff options
author | Jonas Smedegaard <dr@jones.dk> | 2016-12-21 21:11:46 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2016-12-21 21:11:46 +0100 |
commit | 533aa4df1543fbe62acb230b097a4378ebc66a67 (patch) | |
tree | e0a12734e548a1085d582219ec11bc6f462ec2e9 /debian | |
parent | 88b27db4d7842db7630f1a50d78ff75ab3a2f41b (diff) | |
download | biboumi-533aa4df1543fbe62acb230b097a4378ebc66a67.tar.gz biboumi-533aa4df1543fbe62acb230b097a4378ebc66a67.tar.bz2 biboumi-533aa4df1543fbe62acb230b097a4378ebc66a67.tar.xz biboumi-533aa4df1543fbe62acb230b097a4378ebc66a67.zip |
Run testsuite during build.
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 412647e..547a261 100755 --- a/debian/rules +++ b/debian/rules @@ -25,3 +25,5 @@ include /usr/share/cdbs/1/class/cmake.mk dev-deps = expat1 idn11 systemd c-ares, botan1.10 CDBS_BUILD_DEPENDS += , cmake, catch, uuid-dev, pandoc CDBS_BUILD_DEPENDS += , $(patsubst %,$(comma) lib%-dev,$(dev-deps)) + +DEB_MAKE_CHECK_TARGET = check |