test: test llgo run -v

This commit is contained in:
Li Jie
2025-01-14 12:08:12 +08:00
parent 8749923f1a
commit e7e2ba4790

View File

@@ -131,6 +131,11 @@ func TestProjectCommands(t *testing.T) {
args: []string{"llgo", "run", "main.go"}, args: []string{"llgo", "run", "main.go"},
wantErr: false, wantErr: false,
}, },
{
name: "run command",
args: []string{"llgo", "run", "-v", "."},
wantErr: false,
},
} }
for _, tt := range tests { for _, tt := range tests {