From 1d42728446458e2172e5eb048f586c8aee361979 Mon Sep 17 00:00:00 2001 From: Mingun Date: Sat, 6 Apr 2024 23:18:26 +0500 Subject: [PATCH] Rename spec_kst_to_all -> build-tests See https://github.com/kaitai-io/kaitai_struct_tests/pull/112 --- kst.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kst.adoc b/kst.adoc index 4a0cd1f..5a6b7eb 100644 --- a/kst.adoc +++ b/kst.adoc @@ -107,7 +107,7 @@ sbt publishLocal ---- after that, one can invoke it using -https://github.com/kaitai-io/kaitai_struct_tests/blob/master/spec_kst_to_all[spec_kst_to_all] +https://github.com/kaitai-io/kaitai_struct_tests/blob/master/build-tests[build-tests] script in tests: ---- @@ -126,7 +126,7 @@ in the all relevant dirs for one KST spec "foo_bar", one can run: [source,shell] ---- cd ../tests -./spec_kst_to_all -f foo_bar +./build-tests -f foo_bar ---- == Developing KST translator