From 76a22e7053c8be6db3cbf1ec6cec085ba6f49898 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Fri, 9 Apr 2021 18:23:19 +0100 Subject: testing: Rework sp-{doc,code}gen into subplot {doc,code}gen in tests Signed-off-by: Daniel Silverstone --- stress | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stress') 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)" -- cgit v1.2.1