wneuper@59295: # switches isac from coding-mode to test-mode: wneuper@59295: # this makes additional functions in signatures visible for tests. wneuper@59295: wneuper@59295: cd src/Tools/isac wneuper@59295: find . -type f -exec sed -i s/'--- ! aktivate for Test_Isac BEGIN ---\\\* )'/'--- ! aktivate for Test_Isac BEGIN ---\\\*)'/g {} \; wneuper@59295: find . -type f -exec sed -i s/'( \*\\--- ! aktivate for Test_Isac END ---'/'(\*\\--- ! aktivate for Test_Isac END ---'/g {} \; wneuper@59320: cd ../../../ # go back to ~~/.