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 771738 - build: Build src directory before tests directory
build: Build src directory before tests directory
Status: RESOLVED FIXED
Product: libgrss
Classification: Other
Component: General
unspecified
Other All
: Normal normal
: ---
Assigned To: Libgrss Maintainers
Libgrss Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-09-20 18:54 UTC by Philip Withnall
Modified: 2016-09-20 20:59 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
build: Build src directory before tests directory (676 bytes, patch)
2016-09-20 18:54 UTC, Philip Withnall
committed Details | Review

Description Philip Withnall 2016-09-20 18:54:13 UTC
Trivial patch attached.
Comment 1 Philip Withnall 2016-09-20 18:54:15 UTC
Created attachment 335948 [details] [review]
build: Build src directory before tests directory

The tests need $(top_builddir)/src/libgrss.la to be built first; so the
src directory needs to be built before src/tests.
Comment 2 Igor Gnatenko 2016-09-20 20:40:29 UTC
Review of attachment 335948 [details] [review]:

LGTM!
Comment 3 Philip Withnall 2016-09-20 20:59:42 UTC
Thanks for the super-fast review!

Attachment 335948 [details] pushed as f0637f8 - build: Build src directory before tests directory