wireplumber/tests
George Kiagiadakis e1d0240bc9 wplua: split the functionality of the load functions into smaller functions
The load functions used to do 3 things:
- push the sandbox function on the stack
- load the file and push it as a function on the stack
- call the sandbox (or the file)

Now there are separate functions to do these 3:
- wplua_push_sandbox
- wplua_load_*
- wplua_pcall
2022-04-23 20:14:59 +03:00
..
common tests: common: add API to check if spa lib is installed 2021-07-16 11:49:35 -04:00
examples remove wpipc 2021-08-19 16:53:28 +03:00
modules tests: use GNU_SOURCE for compiling tests as well 2022-03-21 12:01:00 +01:00
wp properties: Add get count API 2022-03-24 06:59:39 +00:00
wplua wplua: split the functionality of the load functions into smaller functions 2022-04-23 20:14:59 +03:00
meson.build meson: replace deprecated dep.get_pkgconfig_variable() with dep.get_variable() 2021-10-15 12:12:20 +03:00