re62.html 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  5. <title>&lt;%GLibTestFileType&gt;: </title>
  6. <meta name="generator" content="DocBook XSL Stylesheets V1.79.2">
  7. <link rel="home" href="index.html" title="">
  8. <link rel="up" href="ch01.html" title="GLib">
  9. <link rel="prev" href="re61.html" title="&lt;GString&gt;">
  10. <link rel="next" href="re63.html" title="&lt;%GLibTestLogType&gt;">
  11. <meta name="generator" content="GTK-Doc V1.33.1 (XML mode)">
  12. <link rel="stylesheet" href="style.css" type="text/css">
  13. </head>
  14. <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
  15. <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
  16. <td width="100%" align="left" class="shortcuts"></td>
  17. <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
  18. <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
  19. <td><a accesskey="p" href="re61.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
  20. <td><a accesskey="n" href="re63.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
  21. </tr></table>
  22. <div class="refentry">
  23. <a name="id-1.1.63"></a><div class="titlepage"></div>
  24. <div class="refnamediv">
  25. <h2>&lt;%GLibTestFileType&gt;</h2>
  26. <p>&lt;%GLibTestFileType&gt;</p>
  27. </div>
  28. <div class="refsect1">
  29. <a name="id-1.1.63.2"></a><h2>Description</h2>
  30. <p>The type of file to return the filename for, when used with
  31. <code class="function">g_test_build_filename()</code>.
  32. </p>
  33. <p>These two options correspond rather directly to the 'dist' and
  34. 'built' terminology that automake uses and are explicitly used to
  35. distinguish between the 'srcdir' and 'builddir' being separate. All
  36. files in your project should either be dist (in the
  37. <code class="code">EXTRA_DIST</code> or <code class="code">dist_schema_DATA</code>
  38. sense, in which case they will always be in the srcdir) or built (in
  39. the <code class="code">BUILT_SOURCES</code> sense, in which case they will
  40. always be in the builddir).
  41. </p>
  42. <p>Note: as a general rule of automake, files that are generated only as
  43. part of the build-from-git process (but then are distributed with the
  44. tarball) always go in srcdir (even if doing a srcdir != builddir
  45. build from git) and are considered as distributed files.</p>
  46. </div>
  47. <div class="refsect1">
  48. <a name="id-1.1.63.3"></a><h2>Members</h2>
  49. <div class="refsect2">
  50. <a name="id-1.1.63.3.2"></a><h3>dist</h3>
  51. <p class="remark"><em><span class="remark">alias <code class="code">G_TEST_DIST</code></span></em></p>
  52. <p>a file that was included in the distribution tarball</p>
  53. </div>
  54. <div class="refsect2">
  55. <a name="id-1.1.63.3.3"></a><h3>built</h3>
  56. <p class="remark"><em><span class="remark">alias <code class="code">G_TEST_BUILT</code></span></em></p>
  57. <p>a file that was built on the compiling machine</p>
  58. </div>
  59. </div>
  60. </div>
  61. <div class="footer">
  62. <hr>Generated by GTK-Doc V1.33.1</div>
  63. </body>
  64. </html>