diff options
Diffstat (limited to 'test_layers')
-rwxr-xr-x | test_layers | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test_layers b/test_layers index 2aee0521..ac38de0b 100755 --- a/test_layers +++ b/test_layers @@ -20,9 +20,8 @@ done # add SubX files one at a time for f in [0-9]*.subx do - [ $f == *'memory_layout.subx' ] && continue # the very first .subx layer has no code echo "=== $f" - ./subx translate $(enumerate/enumerate --until $f |grep '\.subx$') -o a.elf + ./subx translate 049init.linux $(enumerate/enumerate --until $f |grep '\.subx$') -o a.elf ./subx run a.elf echo test `uname` = 'Linux' && { |