summaryrefslogtreecommitdiff
path: root/stress
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2021-04-09 18:23:19 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2021-04-09 18:23:19 +0100
commit76a22e7053c8be6db3cbf1ec6cec085ba6f49898 (patch)
tree9f0b225d6d526f53a282dda9d559c1320f2f3960 /stress
parent68908d369d5a8cdec182a1fa51007cdff71e68dd (diff)
downloadsubplot-76a22e7053c8be6db3cbf1ec6cec085ba6f49898.tar.gz
testing: Rework sp-{doc,code}gen into subplot {doc,code}gen in tests
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
Diffstat (limited to 'stress')
-rwxr-xr-xstress4
1 files changed, 2 insertions, 2 deletions
diff --git a/stress b/stress
index e70984a..acda0ed 100755
--- a/stress
+++ b/stress
@@ -18,11 +18,11 @@ ts() {
}
docgen() {
- cargo run -q --bin sp-docgen -- "$1" -o "$2"
+ cargo run -q --bin subplot -- docgen "$1" -o "$2"
}
codegen() {
- cargo run -q --bin sp-codegen -- "$1" -o "$2" -t templates
+ cargo run -q --bin subplot -- codegen "$1" -o "$2"
}
start="$(ts 0)"