On Thu, 2009-07-30 at 11:27 +0100, james morris wrote:
Are there any similar testing tools for LV2 plugins?
Although I'm familiar with gdb and valgrind, I don't know how to go
about using these with plugins, and I guess/assume a simple host
(perhaps one specifically designed for testing) would be best for doing
this? Are there any existing tools?
I've done a quick port of my little test app to LV2. I've attached it.
We could add the various control port input tests from demolition later.
My first test results:
calf - memory errors in 2 of the small plugins.
(plus the organ had an unknown port type so was skipped)
ll - OK, except 3 of the plugins couldn't be instantiated.
2 seem to have incorrect URLs in the cpp files.
Not sure about the other one.
swh - crashes (a known bug actually).
Damon