mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-07-03 14:24:52 +00:00
Add build test for loading slangc
This commit is contained in:
parent
d50b1c80e6
commit
bf75196de6
1 changed files with 2 additions and 0 deletions
|
|
@ -32,6 +32,8 @@ class TestBuild(BaseTest):
|
|||
def test_loading_extensions(self) -> None:
|
||||
import kitty.fast_data_types as fdt
|
||||
from kittens.transfer import rsync
|
||||
from kitty.slangc import GlobalSession
|
||||
GlobalSession()
|
||||
del fdt, rsync
|
||||
|
||||
def test_loading_shaders(self) -> None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue