xtest-to-coding.sh
author Walther Neuper <wneuper@ist.tugraz.at>
Wed, 18 Jan 2017 15:07:16 +0100
changeset 59295 3c894c3db67d
child 59296 76c65580077b
permissions -rwxr-xr-x
shell scripts for switching from coding-mode to test-mode
     1 # switches isac from test-mode to coding-mode:
     2 # this closes signatures as much as possible for coding.
     3 
     4 cd src/Tools/isac
     5 find . -type f -exec sed -i s/'--- ! aktivate for Test_Isac BEGIN ---\\\*)'/'--- ! aktivate for Test_Isac BEGIN ---\\\* )'/g {} \;
     6 find . -type f -exec sed -i s/'(\*\\--- ! aktivate for Test_Isac END ---'/'( \*\\--- ! aktivate for Test_Isac END ---'/g {} \;
     7 cd ../../../
     8 ./bin/isabelle jedit src/Tools/isac/Build_Isac.thy &