[mlpack-git] [mlpack/mlpack] Added test coverage framework (#720)

Ryan Curtin notifications at github.com
Tue Jul 12 17:46:52 EDT 2016


I tried for a while, but I can't seem to get this to compile with `-DBUILD_WITH_COVERAGE=ON`.  It seems like there are a few things:

 - `-fkeep-inline-functions` requires me to add `-lsupc++` to the linker flags
 - Do we need `--coverage` or `-ftest-coverage`?  I am not sure which is the right option here.

Even if I fix those things, I still get linker errors when making the programs; it seems like it is failing to link against `boost::program_options`.  Have you seen the same issue?  (I'll paste the output in the next comment)

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/pull/720#issuecomment-232191801
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160712/cd989b5d/attachment.html>


More information about the mlpack-git mailing list