3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-05-20 00:49:44 +00:00

Disabled some in fmt for now

This commit is contained in:
Miodrag Milanovic 2026-03-24 12:54:40 +01:00
parent 686267ea81
commit 5ffa0b1dd7
3 changed files with 14 additions and 92 deletions

View file

@ -68,7 +68,7 @@ MK_TEST_DIRS += ./blif
MK_TEST_DIRS += ./arch
MK_TEST_DIRS += ./rpc
MK_TEST_DIRS += ./memfile
#MK_TEST_DIRS += ./fmt
MK_TEST_DIRS += ./fmt
MK_TEST_DIRS += ./cxxrtl
MK_TEST_DIRS += ./liberty
ifeq ($(ENABLE_FUNCTIONAL_TESTS),1)