aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fpga_interchange/family.cmake3
m---------tests0
2 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()
diff --git a/tests b/tests
-Subproject 1cc7ee785957c14f83b89d6bf18f14d072e6312
+Subproject 0a27601c817abbbaf230708ffc0daee5ef6fec6