Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Add workaround to Wrapping test for Watcom failure | Brad King | 2016-04-28 | 1 | -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 libraries | Brad King | 2016-01-21 | 1 | -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> |