| author | wenzelm | 
| Fri, 17 Jan 2025 15:39:40 +0100 | |
| changeset 81856 | 4af2e864c26c | 
| parent 46454 | d72ab6bf6e6d | 
| 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  | 
|
| 
41949
 
f9a2e10c49cb
more conventional Mutabelle settings -- similar to Mirabelle;
 
wenzelm 
parents: 
41308 
diff
changeset
 | 
5  | 
MUTABELLE_LOGIC=HOL  | 
| 
 
f9a2e10c49cb
more conventional Mutabelle settings -- similar to Mirabelle;
 
wenzelm 
parents: 
41308 
diff
changeset
 | 
6  | 
MUTABELLE_IMPORT_THEORY=Complex_Main  | 
| 
46453
 
9e83b7c24b05
making max_mutants an option that can be changed in the Mutabelle-script
 
bulwahn 
parents: 
42119 
diff
changeset
 | 
7  | 
MUTABELLE_NUMBER_OF_MUTANTS=4  | 
| 
46454
 
d72ab6bf6e6d
making num_mutations a configuration that can be changed with the mutabelle bash command
 
bulwahn 
parents: 
46453 
diff
changeset
 | 
8  | 
MUTABELLE_NUMBER_OF_MUTATIONS=1  | 
| 
40975
 
498f272b4bcb
adding mutabelle as a component and an isabelle tool to be used in regression testing
 
bulwahn 
parents:  
diff
changeset
 | 
9  | 
|
| 41308 | 10  | 
ISABELLE_TOOLS="$ISABELLE_TOOLS:$MUTABELLE_HOME/lib/Tools"  |