diff options
author | Kartik Agaram <github@akkartik.com> | 2019-05-18 00:46:19 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-18 00:46:19 -0700 |
commit | 11e725f277d08031d6b18599612a7bbddac050cd (patch) | |
tree | cf52127783efc20bbe8d903d96e73bc51a1f752d /subx/test_layers | |
parent | 72853d07bb3cfed09f57ee36b582f8f35fee74e4 (diff) | |
parent | 83c67014034bbf9072d7e4555b0e51e815a95756 (diff) | |
download | mu-11e725f277d08031d6b18599612a7bbddac050cd.tar.gz |
Merge pull request #33 from akkartik/new-segment-header
New syntax for segment headers
Diffstat (limited to 'subx/test_layers')
-rwxr-xr-x | subx/test_layers | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subx/test_layers b/subx/test_layers index 688a5a99..ad5ab1a0 100755 --- a/subx/test_layers +++ b/subx/test_layers @@ -20,6 +20,7 @@ CFLAGS=$CFLAGS ./build # build optimized by default since we'll be running it r # add SubX files one at a time for f in [0-9]*.subx do + [ $f == '049'* ] && continue echo "=== $f" ./subx translate $(../enumerate/enumerate --until $f |grep '\.subx$') -o a.elf && ./subx run a.elf echo |