remove splib tests

This commit is contained in:
2025-07-10 13:22:55 +00:00
parent a1e81ace5e
commit bf329eb34c

View File

@@ -16,10 +16,6 @@ package("splib")
package:set("installdir", path.join(os.scriptdir(), package:plat(), package:arch(), package:mode()))
end)
on_test(function (package)
import("package.tools.xmake").test(package)
end)
on_install(function (package)
import("package.tools.xmake").install(package)
end)