File tree 1 file changed +15
-0
lines changed
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,21 @@ test_script:
74
74
sed -i "13i mv $NAME.exe $NAME.gb" goto-instrument-typedef/chain.sh || true
75
75
cat goto-instrument-typedef/chain.sh || true
76
76
77
+ sed -i "s/goto-cc\/goto-cc/goto-cc\/goto-cl/" goto-cc-cbmc/chain.sh || true
78
+ sed -i "11s/.*/$GC $NAME.c/" goto-cc-cbmc/chain.sh || true
79
+ sed -i "12i mv $NAME.exe $NAME.gb" goto-cc-cbmc/chain.sh || true
80
+ cat goto-cc-cbmc/chain.sh || true
81
+
82
+ sed -i "s/goto-cc\/goto-cc/goto-cc\/goto-cl/" goto-cc-goto-analyzer/chain.sh || true
83
+ sed -i "11s/.*/$gc $name.c/" goto-cc-goto-analyzer/chain.sh || true
84
+ sed -i "12i mv $name.exe $name.gb" goto-cc-goto-analyzer/chain.sh || true
85
+ cat goto-cc-goto-analyzer/chain.sh || true
86
+
87
+ sed -i "s/goto-cc\/goto-cc/goto-cc\/goto-cl/" goto-cc-symex/chain.sh || true
88
+ sed -i "11s/.*/$gc $name.c/" goto-cc-symex/chain.sh || true
89
+ sed -i "12i mv $name.exe $name.gb" goto-cc-symex/chain.sh || true
90
+ cat goto-cc-symex/chain.sh || true
91
+
77
92
rem HACK disable failing tests
78
93
rmdir /s /q ansi-c\arch_flags_mcpu_bad
79
94
rmdir /s /q ansi-c\arch_flags_mcpu_good
You can’t perform that action at this time.
0 commit comments