ThrowTheSwitch / Unity

Simple Unit Testing for C
ThrowTheSwitch.org
MIT License
4.02k stars 969 forks source link

Create a Conan recipe for Unity Test #679

Open klimkin opened 1 year ago

klimkin commented 1 year ago

Conan is one of the most popular package manager for C/C++. https://github.com/conan-io/conan-center-index/pull/18013

daltonv commented 8 months ago

I'd second this and would consider making a PR myself. One difficulty though will be the helper scripts like generate_test_runner.rb. They could be packaged as a binary exe in the conan package, but would still require a hidden (at least to conan) dependency on ruby.

That's workable, but I wonder if there is a better solution? Maybe cmake scripts for the scripts, but then we force a build system on users.