Adding sdbusplus missing dependency for test module

Fixes openbmc/bmcweb#162

Signed-off-by: Sathish V <sathish.v@saankhyalabs.com>
Change-Id: If0c226dd8d5cf6f4524604977041d3b88844db24
diff --git a/meson.build b/meson.build
index ce114bf..a1e5d80 100644
--- a/meson.build
+++ b/meson.build
@@ -388,7 +388,7 @@
                 include_directories : incdir,
                 install_dir: bindir,
                 dependencies: [
-                                boost, boost_url, gtest,openssl,gmock,nlohmann_json
+                                boost, boost_url, gtest,openssl,gmock,nlohmann_json,sdbusplus
                               ]))
   endforeach
 endif