From da389927ddf9240bbba10b819eb782e80a5d6bf7 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Tue, 19 Jan 2021 02:25:44 +1100 Subject: Basic HTML documentation added --- doc/test_overview.html | 51 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 doc/test_overview.html (limited to 'doc/test_overview.html') 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 @@ + + + + + + + /test Overview - Packrat Docs + + + + + + +

/test Overview

+ + Return to Contents + + +

CAUTION: These files are used for unit testing the library and can + undergo changes at any time.

+ + + + + + + + + + + + + + + + + + +
packrat-lexers-debug.adb
packrat-lexers-debug.ads
+ packrat-parsers-debug.adb
packrat-parsers-debug.ads
Extensions to the Packrat.Lexers and Packrat.Parsers package to expose + some of the functionality for unit testing.
rat_tests.adsSets up some common packages needed for all the unit tests.
rat_tests-errors.adb
rat_tests-errors.ads
+ rat_tests-lexers.adb
rat_tests-lexers.ads
+ rat_tests-parse_graphs.adb
rat_tests-parse_graphs.ads
+ rat_tests-parsers.adb
rat_tests-parsers.ads
+ rat_tests-tokens.adb
rat_tests-tokens.ads
+ rat_tests-utilities.adb
rat_tests-utilities.ads
Unit tests for the various packages in Packrat.
test_main.adbThe main program that runs all the unit tests.
+ + + + + -- cgit