File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,21 @@ test_script:
7474 sed -i "13i mv $NAME.exe $NAME.gb" goto-instrument-typedef/chain.sh || true
7575 cat goto-instrument-typedef/chain.sh || true
7676
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+
7792 rem HACK disable failing tests
7893 rmdir /s /q ansi-c\arch_flags_mcpu_bad
7994 rmdir /s /q ansi-c\arch_flags_mcpu_good
You can’t perform that action at this time.
0 commit comments