Module tests providing int main()
Posted: 2015-09-14T06:25:59-07:00
The following modules are providing their own int main() for testing. These functions are interfering with my own unit tests (via Boost). Environment: IM 6.9.2-0, static link, MSVC 14, Windows.
- OpenJPEG / t1_generate_luts.c
- libPNG / pngtest.c
Excluding these files from the respective projects and then rebuilding solves the issue. IM may want to remove these files from their respective projects so that IM can be built/used successfully.
Thanks!
- OpenJPEG / t1_generate_luts.c
- libPNG / pngtest.c
Excluding these files from the respective projects and then rebuilding solves the issue. IM may want to remove these files from their respective projects so that IM can be built/used successfully.
Thanks!