about summary refs log tree commit diff stats
path: root/subx/test_layers
diff options
context:
space:
mode:
authorKartik Agaram <github@akkartik.com>2019-05-18 00:46:19 -0700
committerGitHub <noreply@github.com>2019-05-18 00:46:19 -0700
commit11e725f277d08031d6b18599612a7bbddac050cd (patch)
treecf52127783efc20bbe8d903d96e73bc51a1f752d /subx/test_layers
parent72853d07bb3cfed09f57ee36b582f8f35fee74e4 (diff)
parent83c67014034bbf9072d7e4555b0e51e815a95756 (diff)
downloadmu-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-xsubx/test_layers1
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