author | wenzelm |
Sun, 30 Jan 2011 13:02:18 +0100 | |
changeset 41648 | 6d736d983d5c |
parent 41308 | 9e576ec5c0dc |
child 41949 | f9a2e10c49cb |
permissions | -rw-r--r-- |
41308 | 1 |
# -*- shell-script -*- :mode=shellscript: |
2 |
||
40975
498f272b4bcb
adding mutabelle as a component and an isabelle tool to be used in regression testing
bulwahn
parents:
diff
changeset
|
3 |
MUTABELLE_HOME="$COMPONENT" |
498f272b4bcb
adding mutabelle as a component and an isabelle tool to be used in regression testing
bulwahn
parents:
diff
changeset
|
4 |
|
41077 | 5 |
DEFAULT_MUTABELLE_LOGIC=HOL |
6 |
DEFAULT_MUTABELLE_IMPORT_THEORY=Complex_Main |
|
7 |
DEFAULT_MUTABELLE_OUTPUT_PATH=/tmp/mutabelle |
|
40975
498f272b4bcb
adding mutabelle as a component and an isabelle tool to be used in regression testing
bulwahn
parents:
diff
changeset
|
8 |
|
41308 | 9 |
ISABELLE_TOOLS="$ISABELLE_TOOLS:$MUTABELLE_HOME/lib/Tools" |