add "slow" group to descendants of HOL-Proofs
authorLars Hupel <lars.hupel@mytum.de>
Fri, 15 Apr 2016 18:05:57 +0200
changeset 62995 7d5ac15ff88f
parent 62994 19a19ee36daa
child 62996 1c52ea2954f5
add "slow" group to descendants of HOL-Proofs
src/HOL/ROOT
--- a/src/HOL/ROOT	Fri Apr 15 16:50:23 2016 +0200
+++ b/src/HOL/ROOT	Fri Apr 15 18:05:57 2016 +0200
@@ -399,14 +399,14 @@
   options [document = false]
   theories Decision_Procs
 
-session "HOL-Proofs-ex" in "Proofs/ex" = "HOL-Proofs" +
+session "HOL-Proofs-ex" (slow) in "Proofs/ex" = "HOL-Proofs" +
   options [document = false, parallel_proofs = 0]
   theories
     Hilbert_Classical
     Proof_Terms
     XML_Data
 
-session "HOL-Proofs-Extraction" in "Proofs/Extraction" = "HOL-Proofs" +
+session "HOL-Proofs-Extraction" (slow) in "Proofs/Extraction" = "HOL-Proofs" +
   description {*
     Examples for program extraction in Higher-Order Logic.
   *}
@@ -425,7 +425,7 @@
     Euclid
   document_files "root.bib" "root.tex"
 
-session "HOL-Proofs-Lambda" in "Proofs/Lambda" = "HOL-Proofs" +
+session "HOL-Proofs-Lambda" (slow) in "Proofs/Lambda" = "HOL-Proofs" +
   description {*
     Lambda Calculus in de Bruijn's Notation.