mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-01-02 15:20:08 +01:00
9 lines
114 B
Lua
9 lines
114 B
Lua
local testlib = {}
|
|
|
|
function testlib.test_add_ten (x)
|
|
return x + 10
|
|
end
|
|
|
|
Log.info("in testlib")
|
|
|
|
return testlib
|