mirror of
https://github.com/YosysHQ/yosys
synced 2026-03-23 04:49:15 +00:00
Try fixing tests
This commit is contained in:
parent
799c07a126
commit
4ff4af7389
1 changed files with 3 additions and 3 deletions
|
|
@ -6,6 +6,6 @@ sys.path.append("..")
|
|||
import gen_tests_makefile
|
||||
|
||||
gen_tests_makefile.generate(["--yosys-scripts"], [],
|
||||
"""if [ -f $(@:.ys=.blif) ]; then \\
|
||||
diff <(tail -n +2 $(@:.ys=.blif).out) <(tail -n +2 $(@:.ys=.blif).ok) >/dev/null 2>&1; \\
|
||||
fi""")
|
||||
"""[ ! -f $(@:.ys=.blif) ] || \\
|
||||
diff <(tail -n +2 $(@:.ys=.blif).out) <(tail -n +2 $(@:.ys=.blif).ok) >/dev/null 2>&1 || exit 1; \\
|
||||
""")
|
||||
Loading…
Add table
Add a link
Reference in a new issue