Example #1
0
func TestQl(t *testing.T) {
	debug = testing.Verbose()
	for i, r := range runs {
		runs[i].Line = "ql -c '" + r.Line + "'"
	}
	test.InstallCmd(t)
	test.Cmds(t, runs)
}
Example #2
0
func TestLf(t *testing.T) {
	debug = testing.Verbose()
	test.InstallCmd(t)
	test.Cmds(t, runs)
}