summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/remote-sycl/tests/remote.cpp5
1 files changed, 5 insertions, 0 deletions
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();
}
}