Add plugin function for PLL unlock clock callouts

Change-Id: Ic0e9c9d7fee7afb5a6534266ab011d9d41d9ca48
Signed-off-by: Zane Shelley <zshelle@us.ibm.com>
diff --git a/test/meson.build b/test/meson.build
index 81ca2e2..45c5749 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -38,9 +38,11 @@
   'bin_stream_test',
   'ffdc_file_test',
   'resolution_test',
+  'test-pll-unlock',
 ]
 
 analyzer_src = files(
+  '../analyzer/plugins/p10-plugins.cpp',
   '../analyzer/service_data.cpp',
   '../analyzer/resolution.cpp',
 )