aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange/family.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'fpga_interchange/family.cmake')
-rw-r--r--fpga_interchange/family.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/fpga_interchange/family.cmake b/fpga_interchange/family.cmake
index 14d86563..863ab06e 100644
--- a/fpga_interchange/family.cmake
+++ b/fpga_interchange/family.cmake
@@ -58,3 +58,6 @@ if(BUILD_GUI)
target_link_libraries(gui_${family} extra_capnp)
target_link_libraries(gui_${family} z)
endif()
+if (BUILD_TESTS)
+ add_subdirectory(tests/${family}/site_router_tests)
+endif()