summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
Diffstat (limited to 'check')
-rwxr-xr-xcheck6
1 files changed, 3 insertions, 3 deletions
diff --git a/check b/check
index c82d8b6..599d9e8 100755
--- a/check
+++ b/check
@@ -25,10 +25,10 @@ $hideok cargo build --all-targets
got_cargo_cmd fmt && $hideok cargo fmt -- --check
$hideok cargo test
-sp-docgen bumper.md -o bumper.html
-sp-docgen bumper.md -o bumper.pdf
+subplot docgen bumper.md -o bumper.html
+subplot docgen bumper.md -o bumper.pdf
-sp-codegen bumper.md -o test.py
+subplot codegen bumper.md -o test.py
rm -f test.log
$hideok python3 test.py --log test.log "$@"