mirror of https://github.com/YosysHQ/yosys.git
Better fix
This commit is contained in:
parent
0ba9a0fb16
commit
c15bcca25a
|
|
@ -7,5 +7,5 @@ import gen_tests_makefile
|
|||
|
||||
gen_tests_makefile.generate(["--yosys-scripts"], [],
|
||||
"""[ ! -f $(@:.ys=.blif) ] || \\
|
||||
diff <(tail -n +2 $(@:.ys=.blif).out) <(tail -n +2 $(@:.ys=.blif).ok) >/dev/null 2>&1 || exit 1; \\
|
||||
sed '1d' $(@:.ys=.blif).out | diff - <(sed '1d' $(@:.ys=.blif).ok) >/dev/null 2>&1 || exit 1; \\
|
||||
""")
|
||||
Loading…
Reference in New Issue