mirror of https://github.com/YosysHQ/yosys.git
smtlib2_module: try to fix test on macos
This commit is contained in:
parent
cd57c5adb3
commit
b7c19b1c88
|
@ -2,4 +2,4 @@
|
|||
set -ex
|
||||
../../yosys -q -p 'read_verilog -formal smtlib2_module.v; prep; write_smt2 smtlib2_module.smt2'
|
||||
sed -i 's/; SMT-LIBv2 description generated by Yosys .*/; SMT-LIBv2 description generated by Yosys $VERSION/' smtlib2_module.smt2
|
||||
diff -auN smtlib2_module-expected.smt2 smtlib2_module.smt2
|
||||
diff -au smtlib2_module-expected.smt2 smtlib2_module.smt2
|
||||
|
|
Loading…
Reference in New Issue