Merge lp:~ballogy/libunity/make-tests-optional into lp:libunity
Proposed by
Balló György
on 2011-11-27
Status: | Needs review |
---|---|
Proposed branch: | lp:~ballogy/libunity/make-tests-optional |
Merge into: | lp:libunity |
Diff against target: |
44 lines (+14/-1) 2 files modified
Makefile.am (+4/-1) configure.ac (+10/-0) |
To merge this branch: | bzr merge lp:~ballogy/libunity/make-tests-optional |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
James Henstridge | 2011-11-27 | Needs Information on 2013-05-28 | |
Review via email:
|
Description of the change
This change makes it possible to disable building tests with '--disable-tests' configure switch.
To post a comment you must log in.
James Henstridge (jamesh) wrote : | # |
Is this MP still relevant? With a current checkout, if I run "make" followed by "make check", I see the Vala tests being compiled on the second invocation.
Does the configure flag add much benefit on top of this?
review:
Needs Information
Unmerged revisions
- 88. By Balló György on 2011-11-25
-
Make building tests optional
Hey György. Thanks for this. We're just going through some big changes
in the libunity build setup, so we'll get back to this one once the
bigger stuff lands. Sorry to keep you waiting.