Skip to content

Commit

Permalink
New load order
Browse files Browse the repository at this point in the history
  • Loading branch information
nomennescio committed Oct 29, 2023
1 parent 43d2285 commit ba28d69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example/run-tests.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ba28d69

Please sign in to comment.