ART: Add allocation callback
Bug: 31684277
Test: m test-art-host
Change-Id: I959f44e23ca5fe55ed678315708895faf0aadb04
diff --git a/test/ti-agent/common_load.cc b/test/ti-agent/common_load.cc
index 4c7df97..fde3c6b 100644
--- a/test/ti-agent/common_load.cc
+++ b/test/ti-agent/common_load.cc
@@ -26,6 +26,7 @@
#include "901-hello-ti-agent/basics.h"
#include "902-hello-transformation/transform.h"
#include "903-hello-tagging/tagging.h"
+#include "904-object-allocation/tracking.h"
namespace art {
@@ -43,6 +44,7 @@
{ "901-hello-ti-agent", Test901HelloTi::OnLoad, nullptr },
{ "902-hello-transformation", Test902HelloTransformation::OnLoad, nullptr },
{ "903-hello-tagging", Test903HelloTagging::OnLoad, nullptr },
+ { "904-object-allocation", Test904ObjectAllocation::OnLoad, nullptr },
};
static AgentLib* FindAgent(char* name) {