mirror of https://github.com/YosysHQ/nextpnr.git
Merge branch 'test_framework'
This commit is contained in:
commit
7278d3c0ed
|
|
@ -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()
|
||||
|
|
|
|||
2
tests
2
tests
|
|
@ -1 +1 @@
|
|||
Subproject commit 1cc7ee785957c14f83b89d6bf18f14d072e6312e
|
||||
Subproject commit 0a27601c817abbbaf230708ffc0daee5ef6fec61
|
||||
Loading…
Reference in New Issue