1
0
mirror of synced 2026-05-08 08:42:52 +00:00
Files
YosysHQ.yosys/tests/functional/generate_mk.py
Miodrag Milanovic 686267ea81 Convert functional
2026-04-16 11:00:44 +02:00

12 lines
248 B
Python

#!/usr/bin/env python3
import sys
sys.path.append("..")
import gen_tests_makefile
def callback():
gen_tests_makefile.generate_cmd_test("functional",f'pytest -v -m "not smt and not rkt" . "$$@"')
gen_tests_makefile.generate_custom(callback)