Dirk Hohndel
2018-07-05 16:23:17 UTC
You sent that to an odd github address :-)
Then run
make check
Right now that seems broken for me out of the box because it can't find the libgit2
shared library - but that's easy to fix.
/D
It seems Linux2 on travis runs the test suite.
IndeedHow can I build a test executable and run it on my mac ?
(I am about to write a lot of test cases, and would like to test locally before pushing the PR).
Make sure that MAKE_TESTS is set to ON (that's the default).(I am about to write a lot of test cases, and would like to test locally before pushing the PR).
Then run
make check
Right now that seems broken for me out of the box because it can't find the libgit2
shared library - but that's easy to fix.
/D