about summary refs log tree commit diff stats
path: root/subx/test_layers
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-05-18 00:00:18 -0700
committerKartik Agaram <vc@akkartik.com>2019-05-18 00:45:12 -0700
commit83c67014034bbf9072d7e4555b0e51e815a95756 (patch)
treecf52127783efc20bbe8d903d96e73bc51a1f752d /subx/test_layers
parent4b506b630ce28b3574a9f903904588f92dd3a1c1 (diff)
downloadmu-83c67014034bbf9072d7e4555b0e51e815a95756.tar.gz
switch to new syntax for segment headers in C++
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