author | bulwahn |
Mon, 20 Sep 2010 09:26:19 +0200 | |
changeset 39544 | 3a07bbc264b2 |
parent 39225 | 52960d359969 |
child 39616 | 8052101883c3 |
permissions | -rw-r--r-- |
39186 | 1 |
use_thys ["Predicate_Compile_Examples", "Predicate_Compile_Quickcheck_Examples", "Specialisation_Examples", "IMP_1", "IMP_2", "IMP_3", "IMP_4"]; |
39544
3a07bbc264b2
replacing temporary hack by checking for environment settings of the component
bulwahn
parents:
39225
diff
changeset
|
2 |
if getenv "EXEC_SWIPL" = "" andalso getenv "EXEC_YAP" = "" then |
3a07bbc264b2
replacing temporary hack by checking for environment settings of the component
bulwahn
parents:
39225
diff
changeset
|
3 |
(warning "No prolog system found - could not use example theories that require a prolog system"; ()) |
3a07bbc264b2
replacing temporary hack by checking for environment settings of the component
bulwahn
parents:
39225
diff
changeset
|
4 |
else |
3a07bbc264b2
replacing temporary hack by checking for environment settings of the component
bulwahn
parents:
39225
diff
changeset
|
5 |
(use_thys ["Code_Prolog_Examples", "Context_Free_Grammar_Example", "Hotel_Example", "Lambda_Example", "List_Examples"]; setmp_noncritical quick_and_dirty true use_thys ["Reg_Exp_Example"]) |