mirror of
https://github.com/YosysHQ/yosys
synced 2026-03-29 23:59:02 +00:00
Convert functional
This commit is contained in:
parent
40d66ebb28
commit
0c35ff67ec
2 changed files with 16 additions and 18 deletions
11
tests/functional/generate_mk.py
Normal file
11
tests/functional/generate_mk.py
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#!/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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue