Mike Gerwitz
9cb6195046
This introduces a new `Doc` object that can be owned by `Expr` (only atm) and contain what it describes as a concise independent clause. This construction is not enforced, and is only really obvious today via the Summary Pages. There's a lot of latent and unrealized potential in TAME's documentation philosophy that was never realized, so this will certainly evolve over time. But for now, the primary purpose was to get `@desc` working on things like classifications so that `xmli` output can compile for certain packages. DEV-13708 |
||
---|---|---|
.. | ||
xmli | ||
README.md | ||
run-tests |
README.md
System and Integration Tests
Rust files in this directory will be recognized by Cargo and will be
automatically compiled and run by make check
.
Shell scripts prefixed with test-
will be recognized by our test harness
and run on make check
. These scripts should be preferred when confidence
in the system end-to-end is required, since they invoke the binaries just
the same as the user or build process would.
Unit and integration tests written in Rust are located alongside the modules
they test in ../src/
. Benchmarks are in
../benches
.