aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-06-11 08:44:39 +0100
committergatecat <gatecat@ds0.me>2021-06-11 08:44:39 +0100
commit7278d3c0edbc6f92ef4c69d7c5db66e811c7e9c4 (patch)
tree9e4a7ad9b5559f1ad0b475d94931d34ba7cd452a /fpga_interchange
parente9d5b75d1d9333d359e576508235c7e35002b1c8 (diff)
parent3cc58b3918d5c7d9d97451f68a99ecafc3eced08 (diff)
downloadnextpnr-7278d3c0edbc6f92ef4c69d7c5db66e811c7e9c4.tar.gz
nextpnr-7278d3c0edbc6f92ef4c69d7c5db66e811c7e9c4.tar.bz2
nextpnr-7278d3c0edbc6f92ef4c69d7c5db66e811c7e9c4.zip
Merge branch 'test_framework'
Diffstat (limited to 'fpga_interchange')
-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()