mirror of https://github.com/YosysHQ/yosys.git
Makefile: Add tests/scripts
This commit is contained in:
parent
40cd1729d5
commit
4006dafefc
1
Makefile
1
Makefile
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue