about summary refs log tree commit diff stats
path: root/subx/test_layers
diff options
context:
space:
mode:
Diffstat (limited to 'subx/test_layers')
-rwxr-xr-xsubx/test_layers2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/test_layers b/subx/test_layers
index 12867b21..b1a2b3a6 100755
--- a/subx/test_layers
+++ b/subx/test_layers
@@ -15,7 +15,7 @@ for f in examples/ex*.subx apps/*.subx
 do
   echo checking $f
   target=`echo $f |sed 's/\..*//'`
-  CFLAGS=-g ./subx translate $f $target
+  CFLAGS=-g ./subx translate $f -o $target
   git diff --quiet $target  ||  exit 1
   echo $target generated as expected
 done