Mike Gerwitz
c0e5b1d750
This recognizes template application within expressions. Since expressions can occur within templates, this can occur arbitrarily deeply. And with that, we have the core of the template system represented on the graph. Of course, there are some glaring scoping issues to be resolved, but those aren't unique to template application. 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
.