Mike Gerwitz
0aa69c079d
Small break from templates for something easier. I have COVID-19, so I'll use that as my excuse for wanting to be more lazy. The real reason is to see some more concrete progress and ensure that patterns hold for simple expressions before further refactoring. But, before I proceed with such refactoring, I really ought to approach something that requires a NIR desugaring step, like case statements. 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
.