Create a basic agent loading framework.
Currently we only allow agents to be loaded at runtime startup, though
this is expected to change soon.
Test: ./test/run-test --host 900
Change-Id: Id648eaed4bbbe6fdef41d64922d023a4db0bfa54
diff --git a/test/900-hello-plugin/expected.txt b/test/900-hello-plugin/expected.txt
new file mode 100644
index 0000000..d31eead
--- /dev/null
+++ b/test/900-hello-plugin/expected.txt
@@ -0,0 +1,3 @@
+Agent_OnLoad called with options "test_900"
+Hello, world!
+Agent_OnUnload called