[gnutls-devel] [PATCH] tests: cert-tests: pkcs7: support separate builddir

Alon Bar-Lev alon.barlev at gmail.com
Wed Jun 17 09:11:18 CEST 2015


On 17 June 2015 at 09:45, Nikos Mavrogiannopoulos <nmav at gnutls.org> wrote:
>
> On Tue, Jun 16, 2015 at 10:48 PM, Alon Bar-Lev <alon.barlev at gmail.com> wrote:
>
> Patch applied.
>
> > please consider to always check package using separate builddir before
> > release.
>
> Only if it can be automated with our ci. If you have a configure setup
> which we can use for it I'd be glad to add it.

should be simple :)
make distcheck should do the trick, but the make distcheck of gnutls
is complex, so, to you can execute this local sequence after you have
tarball:

tar -xf <tarball>
mkdir build
cd build
../configure --enable-tests
make check

> > please consider adding quotes all over in shell scripts, to support
> > spaces and other special characters within base path.
>
> That's not something I intend to do, but if there is any patch I'd apply it.

ok, I will work something out.



More information about the Gnutls-devel mailing list