From 070e7709ff0d18488ada3dcad38ac57ef73c3bef Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 18 Sep 2020 08:35:35 +0300 Subject: feat: add a rudimentary chunk server main program Also, add an initial subplot to document and verify acceptance criteria. --- check | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'check') 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." -- cgit v1.2.1