<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Compile tests on `make check` invocation"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=58302">58302</a>
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>chris@chris-wilson.co.uk
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Compile tests on `make check` invocation
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>cairo-bugs@cairographics.org
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>marvin_schmidt@gmx.net
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Other
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>1.12.8
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>general
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>cairo
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=71511" name="attach_71511" title="use check_PROGRAMS to compile tests on make check">attachment 71511</a> <a href="attachment.cgi?id=71511&action=edit" title="use check_PROGRAMS to compile tests on make check">[details]</a></span>
use check_PROGRAMS to compile tests on make check

Currently tests are treated like normal programs and are therefore built during
`make`. This requires having all test dependencies installed to succeed. Among
the test dependencies are packages which depend on cairo itself, causing a
circular dependency.
To work around this one could compile cairo first without running tests,
compile all test dependencies and then get back to running the tests. This can
easily be made possible by using "check_PROGRAMS" for the tests instead of
"noinst_PROGRAMS", resulting in the tests getting built when `make check` is
invoked
The attached patch does just that</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>