After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 572753 - Tests do not compile because of a missing include directive
Tests do not compile because of a missing include directive
Status: RESOLVED FIXED
Product: vala
Classification: Core
Component: Bindings
0.5.x
Other All
: Normal minor
: ---
Assigned To: Vala maintainers
Vala maintainers
Depends on: 572536
Blocks:
 
 
Reported: 2009-02-22 16:46 UTC by Didier "Ptitjes"
Modified: 2009-10-08 13:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix for #572753 (1.12 KB, patch)
2009-02-22 16:48 UTC, Didier "Ptitjes"
reviewed Details | Review

Description Didier "Ptitjes" 2009-02-22 16:46:09 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:
Comment 1 Didier "Ptitjes" 2009-02-22 16:48:04 UTC
Created attachment 129265 [details] [review]
Fix for #572753

Fixes C includes in tests compiling.
Add gir generation to tests.
Comment 2 Jürg Billeter 2009-03-25 18:10:42 UTC
The include issue is caused by the added --library option. I will defer the patch until header rework is finished as discussed on IRC. 
Comment 3 Michael 'Mickey' Lauer 2009-10-08 13:14:14 UTC
This bug has been fixed meanwhile. Tests are compilable and executable.