summaryrefslogtreecommitdiff
path: root/wrapper/test.c
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2009-09-05 13:00:55 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-06-26 00:30:14 -0600
commitea8a13dfa2a25f52cc245a8992fbff5d1e41106d (patch)
tree7863baa36237143521d2480a216bdeb64569e124 /wrapper/test.c
parent67d3b5846d84d4a2e5a31d4e268bc9d51495d7e0 (diff)
work on tieing it all together
Diffstat (limited to 'wrapper/test.c')
-rw-r--r--wrapper/test.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/wrapper/test.c b/wrapper/test.c
new file mode 100644
index 0000000..3a9abc9
--- /dev/null
+++ b/wrapper/test.c
@@ -0,0 +1,9 @@
+#include "plugin.c"
+#include "plugin-debug.c"
+
+int main() {
+ struct plugin_tree *plugins=load_plugins("plugins","plugin.conf");
+ _plugin_print(plugins);
+ return 0;
+}
+