test: fix boost dependency for bus/aio

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I6d2383398ca3cf8582d64d3a643739b708933c37
diff --git a/test/meson.build b/test/meson.build
index 6905d67..4d23ca8 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -6,7 +6,6 @@
 tests = [
     'bus/list_names',
     'bus/match',
-    'bus/aio',
     'exception/sdbus_error',
     'message/append',
     'message/read',
@@ -34,6 +33,21 @@
 endforeach
 
 test(
+    'test-bus_aio',
+    executable(
+        'test-bus_aio',
+        'bus/aio.cpp',
+        dependencies: [
+            boost_dep,
+            gmock_dep,
+            gmock_main_dep,
+            gtest_dep,
+            sdbusplus_dep,
+        ],
+    )
+)
+
+test(
     'test-vtable',
     executable(
         'test-vtable',