1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-03 07:24:58 +03:00
inform7/docs/arch-test/index.html
Graham Nelson 1268a0f40e Colonised
2020-04-14 17:56:54 +01:00

61 lines
2.3 KiB
HTML

<html>
<head>
<title>arch-test</title>
<meta name="viewport" content="width=device-width initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Language" content="en-gb">
<link href="../inweb.css" rel="stylesheet" rev="stylesheet" type="text/css">
</head>
<body>
<nav role="navigation">
<h1><a href="../index.html">
<img src="../docs-src/Figures/Inform.png" height=72">
</a></h1>
<ul><li><a href="../compiler.html">compiler tools</a></li>
<li><a href="../other.html">other tools</a></li>
<li><a href="../extensions.html">extensions and kits</a></li>
<li><a href="../units.html">unit test tools</a></li>
</ul><h2>Unit Test Tools</h2><ul>
<li><span class="unlink">arch-test</span></li>
<li><a href="../building-test/index.html">building-test</a></li>
<li><a href="../inflections-test/index.html">inflections-test</a></li>
<li><a href="../linguistics-test/index.html">linguistics-test</a></li>
<li><a href="../problems-test/index.html">problems-test</a></li>
<li><a href="../syntax-test/index.html">syntax-test</a></li>
<li><a href="../words-test/index.html">words-test</a></li>
</ul><h2>Foundation</h2><ul>
<li><a href="../../../inweb/docs/foundation-test/index.html">foundation-test</a></li>
</ul>
</nav>
<main role="main">
<ul class="crumbs"><li><a href="../index.html">Home</a></li><li><a href="../units.html">Unit Test Tools</a></li><li><b>arch-test</b></li></ul>
<p class="purpose">Unit tests for the arch module. This is version 1.</p>
<hr>
<ul class="chapterlist">
<li>
<p><a name="1"></a><spon class="chaptertitle">Chapter 1: Scaffolding</span></p>
<p><span class="purpose"></span></p>
<ul class="sectionlist">
<li>
<p><a href="1-pc.html"><spon class="sectiontitle">Program Control</span></a> -
<span class="purpose">What shall we test?</span></p>
</li>
<li>
<p><a href="1-ut.html"><spon class="sectiontitle">Unit Tests</span></a> -
<span class="purpose">How we shall test it.</span></p>
</li>
</ul>
</li>
</ul>
<hr>
<p class="purpose">Together with the following imported modules:
<ul class="chapterlist">
<li><p>foundation - A library of common code used by all of the Inform tools.</p></li><li><p>arch - Definitions of Inter and final VM architectures.</p></li></ul>
</main>
</body>
</html>