mono / libgdiplus

C-based implementation of the GDI+ API
http://www.mono-project.com/
MIT License
333 stars 171 forks source link

Build unit tests only when --enable-unittests is passed #701

Open sergioprado opened 3 years ago

sergioprado commented 3 years ago

Building unit tests by default requires all dependencies to be installed (jpeg, tiff, etc) and users may not want that.

So let's disable the build of unit tests by default and introduce --enable-unittests configure option to enable it.

Signed-off-by: Sergio Prado sergio.prado@e-labworks.com

dnfadmin commented 3 years ago

CLA assistant check
All CLA requirements met.