Added quickcheck to build dependencies, and fail if test suite cannot be built.

This commit is contained in:
Joey Hess 2012-01-03 14:52:20 -04:00
parent 6b7ee8486d
commit 7e6a54f984
5 changed files with 12 additions and 7 deletions

View file

@ -1 +1,4 @@
`make test` fails silently when the test program cannot be built. This happens, for example, when attempting to compile git-annex with `QuickCheck-2.4.2`.
> I've made "make test" exit nonzero if the test suite cannot be built.
> [[done]] --[[Joey]]