forked from StudioInfinity/dyna3
Port the Gram matrix realization routine to Rust
Validate with the process inspection example tests, which print out their results and optimization histories when run one at a time in `--nocapture` mode.
This commit is contained in:
parent
e59d60bf77
commit
9fe03264ab
3 changed files with 328 additions and 1 deletions
7
app-proto/run-examples
Executable file
7
app-proto/run-examples
Executable file
|
@ -0,0 +1,7 @@
|
|||
# based on "Enabling print statements in Cargo tests", by Jon Almeida
|
||||
#
|
||||
# https://jonalmeida.com/posts/2015/01/23/print-cargo/
|
||||
#
|
||||
|
||||
cargo test -- --nocapture engine::tests::three_spheres_example
|
||||
cargo test -- --nocapture engine::tests::point_on_sphere_example
|
Loading…
Add table
Add a link
Reference in a new issue