summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-09-18 08:35:35 +0300
committerLars Wirzenius <liw@liw.fi>2020-09-18 19:49:55 +0300
commit070e7709ff0d18488ada3dcad38ac57ef73c3bef (patch)
tree215b32d7212c16493b29b19cdfb94e44140ee424 /check
parentaa3dd026c9a8c8407bccea0f1345f777afe0090c (diff)
downloadobnam2-070e7709ff0d18488ada3dcad38ac57ef73c3bef.tar.gz
feat: add a rudimentary chunk server main program
Also, add an initial subplot to document and verify acceptance criteria.
Diffstat (limited to 'check')
-rwxr-xr-xcheck4
1 files changed, 4 insertions, 0 deletions
diff --git a/check b/check
index c3b0d8a..fe562df 100755
--- a/check
+++ b/check
@@ -21,4 +21,8 @@ cargo clippy $quiet
cargo fmt -- --check
$hideok cargo test $quiet
+sp-docgen obnam.md -o obnam.html
+sp-docgen obnam.md -o obnam.pdf
+$hideok sp-codegen obnam.md -o test.py --run
+
echo "Everything seems to be in order."