8 lines
146 B
Bash
Executable File
8 lines
146 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
go run ./cmd/llgo build -o ./cl/_testdata/debug/out -dbg ./cl/_testdata/debug/
|
|
|
|
/opt/homebrew/bin/lldb -S _lldb/runtest.lldb
|