Fixing out web boot order.

This commit is contained in:
Brad Nelson
2022-07-13 22:44:39 -07:00
parent ff31b4e739
commit 3da2f4bfd3
4 changed files with 43 additions and 12 deletions

View File

@ -432,7 +432,7 @@ e: check-args
out: argc
;e
e: check-highlevel
e: check-imports
out: needs
out: required
out: included?
@ -467,11 +467,14 @@ e: check-desktop
check-ansi
;e
e: check-phase2
e: check-filetools
check-blocks
out: streams
check-highlevel
check-imports
check-snapshots
;e
e: check-phase2
out: streams
check-locals
check-utils
out: ms
@ -497,6 +500,7 @@ e: test-windows-forth-namespace
' forth list-from
out: FORTH
check-desktop
check-filetools
check-phase2
check-allocation
out: default-key?
@ -543,6 +547,7 @@ e: test-posix-forth-namespace
out: sockets
out: x11
check-desktop
check-filetools
check-phase2
out: form
out: termios
@ -651,6 +656,7 @@ e: test-esp32-forth-namespace
out: WiFi
out: Wire
out: ESP
check-filetools
check-phase2
check-allocation
check-phase1