1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <title><%GLibTestFileType>: </title>
- <meta name="generator" content="DocBook XSL Stylesheets V1.79.2">
- <link rel="home" href="index.html" title="">
- <link rel="up" href="ch01.html" title="GLib">
- <link rel="prev" href="re61.html" title="<GString>">
- <link rel="next" href="re63.html" title="<%GLibTestLogType>">
- <meta name="generator" content="GTK-Doc V1.33.1 (XML mode)">
- <link rel="stylesheet" href="style.css" type="text/css">
- </head>
- <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
- <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
- <td width="100%" align="left" class="shortcuts"></td>
- <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
- <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
- <td><a accesskey="p" href="re61.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
- <td><a accesskey="n" href="re63.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
- </tr></table>
- <div class="refentry">
- <a name="id-1.1.63"></a><div class="titlepage"></div>
- <div class="refnamediv">
- <h2><%GLibTestFileType></h2>
- <p><%GLibTestFileType></p>
- </div>
- <div class="refsect1">
- <a name="id-1.1.63.2"></a><h2>Description</h2>
- <p>The type of file to return the filename for, when used with
- <code class="function">g_test_build_filename()</code>.
- </p>
- <p>These two options correspond rather directly to the 'dist' and
- 'built' terminology that automake uses and are explicitly used to
- distinguish between the 'srcdir' and 'builddir' being separate. All
- files in your project should either be dist (in the
- <code class="code">EXTRA_DIST</code> or <code class="code">dist_schema_DATA</code>
- sense, in which case they will always be in the srcdir) or built (in
- the <code class="code">BUILT_SOURCES</code> sense, in which case they will
- always be in the builddir).
- </p>
- <p>Note: as a general rule of automake, files that are generated only as
- part of the build-from-git process (but then are distributed with the
- tarball) always go in srcdir (even if doing a srcdir != builddir
- build from git) and are considered as distributed files.</p>
- </div>
- <div class="refsect1">
- <a name="id-1.1.63.3"></a><h2>Members</h2>
- <div class="refsect2">
- <a name="id-1.1.63.3.2"></a><h3>dist</h3>
- <p class="remark"><em><span class="remark">alias <code class="code">G_TEST_DIST</code></span></em></p>
- <p>a file that was included in the distribution tarball</p>
- </div>
- <div class="refsect2">
- <a name="id-1.1.63.3.3"></a><h3>built</h3>
- <p class="remark"><em><span class="remark">alias <code class="code">G_TEST_BUILT</code></span></em></p>
- <p>a file that was built on the compiling machine</p>
- </div>
- </div>
- </div>
- <div class="footer">
- <hr>Generated by GTK-Doc V1.33.1</div>
- </body>
- </html>
|