From c9b35e3b7107ab82c0e3978b7cbfd76ba98e2407 Mon Sep 17 00:00:00 2001 From: Lane Kolbly Date: Wed, 6 Jan 2021 11:34:05 -0600 Subject: Create C++ wrappers for MPM RPC calls This gives us type-safety, as well as allowing us to create unit tests for RFNoC radio_controls without having to create actual RPC servers and clients in the unit tests. This change also fixes a bug in mpmd_mb_controller::set_sync_source, where it was calling the wrong MPM function. --- host/tests/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'host/tests') diff --git a/host/tests/CMakeLists.txt b/host/tests/CMakeLists.txt index 99f4e5eaf..e2d192796 100644 --- a/host/tests/CMakeLists.txt +++ b/host/tests/CMakeLists.txt @@ -90,6 +90,7 @@ if(ENABLE_C_API) endif(ENABLE_C_API) include_directories("${CMAKE_SOURCE_DIR}/lib/include") +include_directories("${CMAKE_BINARY_DIR}/lib/include") include_directories("${CMAKE_CURRENT_SOURCE_DIR}/common") #for each source: build an executable, register it as a test -- cgit v1.2.3