aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-03-26 18:39:18 +0000
committerGitHub <noreply@github.com>2021-03-26 18:39:18 +0000
commit4419c36db5556d2a7f600517d6a4b5673067579d (patch)
treefcf062ce78d28db2de990ea5d4424d46f4404487 /fpga_interchange
parent0e9a1abc7ec083249e5aba0cfd8db51e0fed7aa6 (diff)
parentd0bc033ab80e6c36378de8e22b0e30db79ab3b75 (diff)
downloadnextpnr-4419c36db5556d2a7f600517d6a4b5673067579d.tar.gz
nextpnr-4419c36db5556d2a7f600517d6a4b5673067579d.tar.bz2
nextpnr-4419c36db5556d2a7f600517d6a4b5673067579d.zip
Merge pull request #649 from acomodi/add-archcheck-to-all-tests
interchange: add archcheck tests to all-device-test target
Diffstat (limited to 'fpga_interchange')
-rw-r--r--fpga_interchange/examples/chipdb.cmake7
1 files changed, 6 insertions, 1 deletions
diff --git a/fpga_interchange/examples/chipdb.cmake b/fpga_interchange/examples/chipdb.cmake
index 60814845..3cca7840 100644
--- a/fpga_interchange/examples/chipdb.cmake
+++ b/fpga_interchange/examples/chipdb.cmake
@@ -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()