diff options
author | sanine <sanine.not@pm.me> | 2022-12-30 21:22:50 -0600 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2022-12-30 21:22:50 -0600 |
commit | bf71f069d4861ba2285c96dd98bdf1bbe0322fc2 (patch) | |
tree | 454cdcd335a408b8a4c1c1b038b152363335dcc2 /doc/01-introduction.html | |
parent | b8c647c9250b514a5daa11ea731691b19944aa4e (diff) |
begin documentation and add lily_begin() and lily_finish()
Diffstat (limited to 'doc/01-introduction.html')
-rw-r--r-- | doc/01-introduction.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/01-introduction.html b/doc/01-introduction.html new file mode 100644 index 0000000..156994b --- /dev/null +++ b/doc/01-introduction.html @@ -0,0 +1,24 @@ +<!DOCTYPE HTML> +<html> +<head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <link rel="stylesheet" href="style.css"> + <title>Introduction | lily-test</title> +</head> +<body> + <div id="flex-root"> + <iframe id="toc" src="table-of-contents.html"></iframe> + <div id="content"> + + <h1>Introduction</h1> + + <p>lily-test is a single-header midsize unit testing framework written in C89. + + </div> + </div> + <div id="footer"> + <a id="next" href="02-writing-tests.html">Next ⇒</a> + </div> +</body> +</html> |