GNOME Bugzilla – Bug 572753
Tests do not compile because of a missing include directive
Last modified: 2009-10-08 13:14:14 UTC
Please describe the problem: Current directory must be added to the cc includes Steps to reproduce: 1. cd tests 2. make check Actual results: Tests don't compile Expected results: Test to be ran Does this happen every time? Yes Other information:
Created attachment 129265 [details] [review] Fix for #572753 Fixes C includes in tests compiling. Add gir generation to tests.
The include issue is caused by the added --library option. I will defer the patch until header rework is finished as discussed on IRC.
This bug has been fixed meanwhile. Tests are compilable and executable.