On 9/11/2018 2:58 PM, Marco Atzeri wrote:
Am 11.09.2018 um 20:31 schrieb Ken Brown:
jansson is in Debian and Fedora:

   https://packages.debian.org/source/stretch/jansson
   https://apps.fedoraproject.org/packages/jansson

My cygport file is attached.


build fine but test fails as requires installation.
If you add this, it will test without any installation

src_test() {
         PATH=${B}/src/.libs/:${PATH}
         cd ${B}
         make -i check
}

Thanks! I was wondering how to fix that. I previously did it the hard way, by doing a separate in-tree build and running 'make check' there.

Ken

Reply via email to