From 25381e20d2cc660cd6c33c07cc686947f6d1460f Mon Sep 17 00:00:00 2001 From: xushiwei Date: Wed, 15 May 2024 21:43:38 +0800 Subject: [PATCH] TestSqlite --- cl/compile_test.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cl/compile_test.go b/cl/compile_test.go index 4ff4f9eb..6c9cf684 100644 --- a/cl/compile_test.go +++ b/cl/compile_test.go @@ -44,6 +44,10 @@ func TestFromTestdata(t *testing.T) { 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) { cltest.Pkg(t, ssa.PkgPython+"/math", "../py/math/llgo_autogen.ll") }