summaryrefslogtreecommitdiff
path: root/wrapper/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'wrapper/test.c')
-rw-r--r--wrapper/test.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/wrapper/test.c b/wrapper/test.c
deleted file mode 100644
index 3a9abc9..0000000
--- a/wrapper/test.c
+++ /dev/null
@@ -1,9 +0,0 @@
-#include "plugin.c"
-#include "plugin-debug.c"
-
-int main() {
- struct plugin_tree *plugins=load_plugins("plugins","plugin.conf");
- _plugin_print(plugins);
- return 0;
-}
-