From 1076cc4cf93bd4a8df72caeae67a57010f7e53bc Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Thu, 14 Feb 2019 18:41:29 -0800 Subject: 4964 --- subx/039debug.cc | 2 +- subx/drun | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/subx/039debug.cc b/subx/039debug.cc index 4dfcfa3c..4b7e3363 100644 --- a/subx/039debug.cc +++ b/subx/039debug.cc @@ -1,6 +1,6 @@ //:: Some helpers for debugging. -//: Load the 'map' file generated during 'subx --map translate' when running 'subx --map --dump run'. +//: Load the 'map' file generated during 'subx --map translate' when running 'subx --map --trace run'. //: (It'll only affect the trace.) :(before "End Globals") diff --git a/subx/drun b/subx/drun index 9e802c31..87092a9d 100755 --- a/subx/drun +++ b/subx/drun @@ -9,9 +9,9 @@ fi if [[ $1 == 'ex'* ]] then - CFLAGS=-g ./subx --map --dump run examples/$* 2>x + CFLAGS=-g ./subx --map --trace run examples/$* 2>x exit $? fi -CFLAGS=-g ./subx --map --dump run apps/$* 2>x +CFLAGS=-g ./subx --map --trace run apps/$* 2>x exit $? -- cgit 1.4.1-2-gfad0 >danisanti <danisanti@tilde.institute>
about summary refs log tree commit diff stats
path: root/tests/unittests/helpers.h
blob: 75d446d021fd4255967ff299bf207c31f65d759c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12