comparison src/checker.cpp @ 28:7a20698b4c29

Add checker README; rename plugin-checker-helper binary (back) to vamp-plugin-load-checker -- I decided it was more useful to have a distinctive name for the installed binary than it was important to show that it was plugin-agnostic
author Chris Cannam
date Mon, 09 Jan 2017 10:14:59 +0000
parents c80c55cabfcd
children 4154894d638c
comparison
equal deleted inserted replaced
27:62a0cda8b099 28:7a20698b4c29
40 }; 40 };
41 41
42 int main(int, char **) 42 int main(int, char **)
43 { 43 {
44 LogCallback cb; 44 LogCallback cb;
45 KnownPlugins kp("./plugin-checker-helper", &cb); //!!! 45 KnownPlugins kp("./vamp-plugin-load-checker", &cb);
46 46
47 for (auto t: kp.getKnownPluginTypes()) { 47 for (auto t: kp.getKnownPluginTypes()) {
48 cout << "successful libraries for plugin type \"" 48 cout << "successful libraries for plugin type \""
49 << kp.getTagFor(t) << "\":" << endl; 49 << kp.getTagFor(t) << "\":" << endl;
50 for (auto lib: kp.getCandidateLibrariesFor(t)) { 50 for (auto lib: kp.getCandidateLibrariesFor(t)) {