test: add vterm tests [skip ci]

This commit is contained in:
dundargoc 2024-09-10 17:06:17 +02:00
parent cf49799a57
commit f1c72b2839

19
test/unit/vterm_spec.lua Normal file
View File

@ -0,0 +1,19 @@
local t = require('test.unit.testutil')
local itp = t.gen_itp(it)
local vterm = t.cimport('./src/vterm/vterm.h')
-- local function init()
-- -- if(streq(line, "INIT")) {
-- -- if(!vt)
-- local vt = vterm.vterm_new(25, 80);
-- --
-- -- vterm_output_set_callback(vt, term_output, NULL);
-- -- }
-- end
describe('vterm', function()
itp('02parser', function()
print('wat')
end)
end)