mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-04-15 16:11:33 +00:00
interchange: add archcheck tests to all-device-test target
This increases parallelism and should make the FPGA interchange CI faster Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
This commit is contained in:
@@ -370,6 +370,11 @@ function(generate_chipdb)
|
||||
add_dependencies(all-${family}-archcheck-tests chipdb-${device}-bin-check-test-data chipdb-${device}-bin-check)
|
||||
|
||||
# All tests targets for this device are added to this target
|
||||
add_custom_target(all-${device}-tests)
|
||||
add_custom_target(
|
||||
all-${device}-tests
|
||||
DEPENDS
|
||||
chipdb-${device}-bin-check-test-data
|
||||
chipdb-${device}-bin-check
|
||||
)
|
||||
endfunction()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user