[sheepdog] [PATCH 1/3] build: add 'make coverage' target

Liu Yuan namei.unix at gmail.com
Wed Jun 5 10:54:52 CEST 2013


On 06/05/2013 04:51 PM, MORITA Kazutaka wrote:
>> >> diff --git a/configure.ac b/configure.ac
>> >> index e06e55c..ef47672 100644
>> >> --- a/configure.ac
>> >> +++ b/configure.ac
>> >> @@ -73,6 +73,7 @@ AC_PROG_LN_S
>> >>  AC_PROG_MAKE_SET
>> >>  AC_PROG_RANLIB
>> >>  AC_CHECK_PROGS([GROFF], [groff])
>> >> +PKG_CHECK_MODULES([CHECK], [check >= 0.9.4])
>>
>> This adds an additional dependency.  Can you update the INSTALL file?

Maybe we don't need to update INSTALL, this is for ordinary users that
mostly don't want to run any tests. So it is better to make 'check'
dependency optional for ./configure

Thanks,
Yuan



More information about the sheepdog mailing list