Mercurial > hg > piper-vamp-js
diff test/quick-test.cpp @ 55:62a41dccac51
Update C++ test program as well
author | Chris Cannam |
---|---|
date | Thu, 10 Nov 2016 13:49:58 +0000 |
parents | 1ed825597b6f |
children |
line wrap: on
line diff
--- a/test/quick-test.cpp Thu Nov 10 13:36:01 2016 +0000 +++ b/test/quick-test.cpp Thu Nov 10 13:49:58 2016 +0000 @@ -6,7 +6,7 @@ int main(int, char **) { - string example = "./example.so"; + string example = "../examples/VampExamplePlugins.so"; void *lib = dlopen(example.c_str(), RTLD_LAZY | RTLD_LOCAL); if (!lib) {