Turn non-automated tests into Cargo examples #24

Merged
glen merged 7 commits from cargo-examples_on_main into main 2024-11-26 00:32:51 +00:00
Showing only changes of commit a66a4d17c6 - Show all commits

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/sh
# run all Cargo examples, as described here: # run all Cargo examples, as described here:
# #
@ -8,4 +8,4 @@
cargo run --example irisawa-hexlet cargo run --example irisawa-hexlet
cargo run --example three-spheres cargo run --example three-spheres
cargo run --example point-on-sphere cargo run --example point-on-sphere