Skip to content

Commit ba28d69

Browse files
committed
New load order
1 parent 43d2285 commit ba28d69

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

example/run-tests.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/env bash
2+
# Copyright 2018-2023 nomennescio
23

34
example_dir=$(cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P)
45

56
cd "$example_dir"
6-
gforth preloaded.4th solution.4th ../testest.4th tests.4th -e bye
7+
gforth ../preamble.4th ../testest.4th ../protect.4th preloaded.4th solution.4th ../prepare.4th tests.4th -e bye

0 commit comments

Comments
 (0)