3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-06-01 14:47:53 +00:00

Make test simple

This commit is contained in:
Miodrag Milanovic 2026-03-20 16:16:58 +01:00
parent c15bcca25a
commit 1effec2029
3 changed files with 4 additions and 6 deletions

View file

@ -5,7 +5,4 @@ sys.path.append("..")
import gen_tests_makefile
gen_tests_makefile.generate(["--yosys-scripts"], [],
"""[ ! -f $(@:.ys=.blif) ] || \\
sed '1d' $(@:.ys=.blif).out | diff - <(sed '1d' $(@:.ys=.blif).ok) >/dev/null 2>&1 || exit 1; \\
""")
gen_tests_makefile.generate(["--yosys-scripts"])