enable Z3 in the test configuration
authorkrauss
Thu, 24 Mar 2011 22:12:38 +0100
changeset 42109 f5950b976076
parent 42108 f55562e77d5c
child 42110 17e0cd9bc259
enable Z3 in the test configuration
Admin/mira.py
--- a/Admin/mira.py	Thu Mar 24 17:56:59 2011 +0100
+++ b/Admin/mira.py	Thu Mar 24 22:12:38 2011 +0100
@@ -49,6 +49,7 @@
 ISABELLE_PATH="%s"
 
 ISABELLE_USEDIR_OPTIONS="$ISABELLE_USEDIR_OPTIONS %s -t true -v true -d pdf -g true -i true"
+Z3_NON_COMMERCIAL="yes"
 ''' % (isabelle_path, parallelism_options)
 
     writer = open(path.join(loc_isabelle, 'etc', 'settings'), 'a')