From e99dd261a1f89acf5ad77effeb85f1efeae202b7 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Thu, 18 Dec 2025 13:22:22 +0100 Subject: Minor change --- modules/remote-sycl/tests/remote.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'modules/remote-sycl/tests') diff --git a/modules/remote-sycl/tests/remote.cpp b/modules/remote-sycl/tests/remote.cpp index 4315e69..e580f17 100644 --- a/modules/remote-sycl/tests/remote.cpp +++ b/modules/remote-sycl/tests/remote.cpp @@ -16,5 +16,10 @@ SAW_TEST("Remote Basics"){ SAW_EXPECT(eo_sycl_addr.is_value(),"Couldn't parse address"); auto& sycl_addr = eo_sycl_addr.get_value(); + + auto eo_dat_srv = sycl_rmt.data_listen(sycl_addr); + SAW_EOV_EXPECT(eo_dat_srv); + + auto& dat_srv = eo_dat_srv.get_value(); } } -- cgit v1.2.3