TestSqlite
This commit is contained in:
@@ -44,6 +44,10 @@ func TestFromTestdata(t *testing.T) {
|
|||||||
cltest.FromDir(t, "", "./_testdata", false)
|
cltest.FromDir(t, "", "./_testdata", false)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func TestSqlite(t *testing.T) {
|
||||||
|
cltest.Pkg(t, "github.com/goplus/llgo/x/sqlite", "../x/sqlite/llgo_autogen.ll")
|
||||||
|
}
|
||||||
|
|
||||||
func TestFromTestpymath(t *testing.T) {
|
func TestFromTestpymath(t *testing.T) {
|
||||||
cltest.Pkg(t, ssa.PkgPython+"/math", "../py/math/llgo_autogen.ll")
|
cltest.Pkg(t, ssa.PkgPython+"/math", "../py/math/llgo_autogen.ll")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user