summaryrefslogtreecommitdiff
path: root/doc/test_overview.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/test_overview.html')
-rw-r--r--doc/test_overview.html51
1 files changed, 51 insertions, 0 deletions
diff --git a/doc/test_overview.html b/doc/test_overview.html
new file mode 100644
index 0000000..a5c7856
--- /dev/null
+++ b/doc/test_overview.html
@@ -0,0 +1,51 @@
+
+<!DOCTYPE html>
+
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <title>/test Overview - Packrat Docs</title>
+ <link href="default.css" rel="stylesheet">
+ </head>
+
+ <body>
+
+
+ <h2>/test Overview</h2>
+
+ <a href="index.html">Return to Contents</a>
+
+
+ <p><strong>CAUTION:</strong> These files are used for unit testing the library and can
+ undergo changes at any time.</p>
+
+ <table>
+ <tr>
+ <td>packrat-lexers-debug.adb<br>packrat-lexers-debug.ads<br>
+ packrat-parsers-debug.adb<br>packrat-parsers-debug.ads</td>
+ <td>Extensions to the <em>Packrat.Lexers</em> and <em>Packrat.Parsers</em> package to expose
+ some of the functionality for unit testing.</td>
+ </tr>
+ <tr>
+ <td>rat_tests.ads</td>
+ <td>Sets up some common packages needed for all the unit tests.</td>
+ </tr>
+ <tr>
+ <td>rat_tests-errors.adb<br>rat_tests-errors.ads<br>
+ rat_tests-lexers.adb<br>rat_tests-lexers.ads<br>
+ rat_tests-parse_graphs.adb<br>rat_tests-parse_graphs.ads<br>
+ rat_tests-parsers.adb<br>rat_tests-parsers.ads<br>
+ rat_tests-tokens.adb<br>rat_tests-tokens.ads<br>
+ rat_tests-utilities.adb<br>rat_tests-utilities.ads</td>
+ <td>Unit tests for the various packages in Packrat.</td>
+ </tr>
+ <tr>
+ <td>test_main.adb</td>
+ <td>The main program that runs all the unit tests.</td>
+ </tr>
+ </table>
+
+
+ </body>
+</html>
+