]> git.saurik.com Git - apt.git/commit
demote missing gtest to a buildtime warning
authorDavid Kalnischkies <david@kalnischkies.de>
Tue, 17 Mar 2015 15:51:29 +0000 (16:51 +0100)
committerDavid Kalnischkies <david@kalnischkies.de>
Sat, 18 Apr 2015 23:13:08 +0000 (01:13 +0200)
commit42fab5fbc85e243b958beff95912c46fb81abcc0
tree7d1fac8edb2eb642e7136604fa549e3676b0c18a
parentf51401eb51939bfc932519601c43822a0aa5e343
demote missing gtest to a buildtime warning

We just need it for unit tests and our debian/rules file actually skips
calling them if nocheck is given… but this fails anyhow as we declared a
hard-dependency on it. Demoting the error to a warning in configuration
and adding a test in the 'make test' path with a friendly message allows
nocheck to be useful again.

(Running unit tests is fully encouraged of course, but bootstrappers and
 co do not need to be burdened with this stuff)
configure.ac
test/libapt/makefile