From ba28d69cad18ab6ca1843c35b1f8e161b1f99274 Mon Sep 17 00:00:00 2001 From: nomennescio Date: Mon, 30 Oct 2023 00:07:54 +0100 Subject: [PATCH] New load order --- example/run-tests.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/example/run-tests.sh b/example/run-tests.sh index bdc5549..957d8c7 100755 --- a/example/run-tests.sh +++ b/example/run-tests.sh @@ -1,6 +1,7 @@ #!/usr/bin/env bash +# Copyright 2018-2023 nomennescio example_dir=$(cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P) cd "$example_dir" -gforth preloaded.4th solution.4th ../testest.4th tests.4th -e bye +gforth ../preamble.4th ../testest.4th ../protect.4th preloaded.4th solution.4th ../prepare.4th tests.4th -e bye