aboutsummaryrefslogtreecommitdiffstats
path: root/manuals
diff options
context:
space:
mode:
authorGavin Howard <gavin@yzena.com>2021-07-16 23:54:41 -0600
committerGavin Howard <gavin@yzena.com>2021-07-16 23:54:59 -0600
commit982249a3a127461a0ead011a19c19ac858119b08 (patch)
tree80ba7bbbdcb775e7317b67b3a64d9916f24bfb88 /manuals
parenta596d22f0e97c09dce1972b706bd131d602840ac (diff)
downloadplatform_external_bc-982249a3a127461a0ead011a19c19ac858119b08.tar.gz
platform_external_bc-982249a3a127461a0ead011a19c19ac858119b08.tar.bz2
platform_external_bc-982249a3a127461a0ead011a19c19ac858119b08.zip
Do a lot of doc work and refactor along the way
Yay! I finished commenting the code! Signed-off-by: Gavin Howard <gavin@yzena.com>
Diffstat (limited to 'manuals')
-rw-r--r--manuals/development.md14
1 files changed, 11 insertions, 3 deletions
diff --git a/manuals/development.md b/manuals/development.md
index 93b4c0a8..5e7abea9 100644
--- a/manuals/development.md
+++ b/manuals/development.md
@@ -1448,6 +1448,10 @@ TODO
TODO
+##### `read_errors.txt`
+
+TODO
+
##### `errors/`
TODO
@@ -1589,8 +1593,9 @@ done by the "standard tests" for each calculator.
These tests use the files in the [`tests/bc/`][161] and [`tests/dc/`][162]
directories (except for [`tests/bc/all.txt`][163], [`tests/bc/errors.txt`][164],
[`tests/bc/posix_errors.txt`][165], [`tests/bc/timeconst.sh`][166],
-[`tests/dc/all.txt`][167], and [`tests/dc/errors.txt`][168]), which are called
-the "standard test directories."
+[`tests/dc/all.txt`][167], [`tests/dc/errors.txt`][168], and
+[`tests/dc/read_errors.txt`][175]), which are called the "standard test
+directories."
For every test, there is the test file and the results file. The test files have
names of the form `<test>.txt`, where `<test>` is the name of the test, and the
@@ -1685,7 +1690,9 @@ TODO
TODO
* POSIX tests for `bc`.
-* Run files *and* through `stdin` with `cat`.
+* One test per line on files in standard test directory.
+* One test per file in errors directory.
+ * Run files *and* through `stdin` with `cat`.
* Adding tests.
### `stdin` Tests
@@ -3288,3 +3295,4 @@ TODO
[172]: #alltxt-4
[173]: #async-signal-safe-signal-handling
[174]: #vectorh
+[175]: #read_errorstxt