This commit is contained in:
Kartik Agaram 2019-08-11 23:04:52 -07:00
parent 5914ea1270
commit 794ceae0af
2 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ else
fi
set -e
# turn newlines into spaces
# turn newlines into spaces
CFLAGS=$CFLAGS ./subx --debug translate $(echo $FILES) /tmp/run_one_test.subx -o /tmp/a.elf
./subx --debug --trace run /tmp/a.elf

View File

@ -86,11 +86,11 @@ command! -nargs=0 L exec "%!grep -a label |grep -v clear-stream:loop"
" cursor on '#' causes error
noremap <Leader>t {j0:call RunTestMoveCursor("<C-r><C-w>")<CR>
function RunTestMoveCursor(arg)
exec "!run_one_test.sh ".expand("%")." ".a:arg
exec "!./run_one_test ".expand("%")." ".a:arg
exec "normal \<C-o>"
endfunction
function RunTestMoveCursorAndMaybeOpenTrace(arg)
exec "!run_one_test.sh ".expand("%")." ".a:arg
exec "!./run_one_test ".expand("%")." ".a:arg
exec "normal \<C-o>"
if v:shell_error
noautocmd vertical split last_run