We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43d2285 commit ba28d69Copy full SHA for ba28d69
example/run-tests.sh
@@ -1,6 +1,7 @@
1
#!/usr/bin/env bash
2
+# Copyright 2018-2023 nomennescio
3
4
example_dir=$(cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P)
5
6
cd "$example_dir"
-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