summaryrefslogtreecommitdiffstats
path: root/Tests/Wrapping/wrapFLTK.c
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Add workaround to Wrapping test for Watcom failureBrad King2016-04-281-1/+0
| | | | | | The Watcom tools do not seem to like our wrapFLTK executable to mix C and C++ sources. Work around this by using C++ for both sources.
* Tests: Cover fltk_wrap_ui on an executable that links librariesBrad King2016-01-211-0/+1
CMake 3.4 may crash on this case. The problem seems to have been fixed since then, but keep it working by adding a test case now. Reported-by: Gonzalo Garramuño <ggarra13@gmail.com>