summaryrefslogtreecommitdiff
path: root/c/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 /c/test.c
parent67d3b5846d84d4a2e5a31d4e268bc9d51495d7e0 (diff)
work on tieing it all together
Diffstat (limited to 'c/test.c')
-rw-r--r--c/test.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/c/test.c b/c/test.c
deleted file mode 100644
index 3a9abc9..0000000
--- a/c/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;
-}
-