3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-10-09 17:31:59 +00:00

Makefile: Add tests/scripts

This commit is contained in:
Krystine Sherwin 2025-10-06 11:38:00 +13:00
parent 40cd1729d5
commit 4006dafefc
No known key found for this signature in database

View file

@ -886,6 +886,7 @@ MK_TEST_DIRS += tests/arch/xilinx
MK_TEST_DIRS += tests/bugpoint MK_TEST_DIRS += tests/bugpoint
MK_TEST_DIRS += tests/opt MK_TEST_DIRS += tests/opt
MK_TEST_DIRS += tests/sat MK_TEST_DIRS += tests/sat
MK_TEST_DIRS += tests/scripts
MK_TEST_DIRS += tests/sim MK_TEST_DIRS += tests/sim
MK_TEST_DIRS += tests/svtypes MK_TEST_DIRS += tests/svtypes
MK_TEST_DIRS += tests/techmap MK_TEST_DIRS += tests/techmap