From 0a49a8844a65698b11fe979441a97939dad80044 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Wed, 27 Nov 2019 21:36:46 -0800 Subject: rfnoc: Create mock factory This is an API that allows creating mock block controllers, to write unit tests for block controllers. See rfnoc_blocks_test for an example how to use them. --- host/tests/client_zero_test.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'host/tests/client_zero_test.cpp') diff --git a/host/tests/client_zero_test.cpp b/host/tests/client_zero_test.cpp index e97dd83e2..927161418 100644 --- a/host/tests/client_zero_test.cpp +++ b/host/tests/client_zero_test.cpp @@ -5,6 +5,7 @@ // #include +#include #include #include #include @@ -14,8 +15,6 @@ #include #include -#include "rfnoc_mock_reg_iface.hpp" - using namespace uhd; using namespace uhd::rfnoc; -- cgit v1.2.3