added configure options for building tests

This commit is contained in:
Russell Sim 2012-03-22 22:08:44 +11:00
parent 7d42bce013
commit b06de9b00d

3
debian/rules vendored
View File

@ -11,3 +11,6 @@
%:
dh $@ --dbg-package=libgit2-dbg
override_dh_auto_configure:
dh_auto_configure -- -DBUILD_CLAR:BOOL=ON -DBUILD_TESTS:BOOL=ON