avoid significant slowdown of HOL-ex and HOL-Codegenerator_Test (amending 7d6e6531de61);
authorwenzelm
Sat, 13 Sep 2025 17:47:57 +0200
changeset 83147 746983070fca
parent 83146 87c96d455992
child 83148 b8cb637de592
avoid significant slowdown of HOL-ex and HOL-Codegenerator_Test (amending 7d6e6531de61);
src/HOL/ROOT
--- a/src/HOL/ROOT	Sat Sep 13 14:26:14 2025 +0200
+++ b/src/HOL/ROOT	Sat Sep 13 17:47:57 2025 +0200
@@ -367,9 +367,8 @@
   theories Hoare_Parallel
   document_files "root.bib" "root.tex"
 
-session "HOL-Codegenerator_Test" in Codegenerator_Test = "HOL" +
+session "HOL-Codegenerator_Test" in Codegenerator_Test = "HOL-Library" +
   sessions
-    "HOL-Library"
     "HOL-Number_Theory"
     "HOL-Data_Structures"
     "HOL-Examples"
@@ -694,11 +693,13 @@
     "root.bib"
     "root.tex"
 
-session "HOL-ex" (timing) in ex = "HOL-Number_Theory" +
+session "HOL-ex" (timing) in ex = "HOL-Library" +
   description "
     Miscellaneous examples and experiments for Isabelle/HOL.
   "
   options [document = false]
+  sessions
+    "HOL-Number_Theory"
   theories
     Antiquote
     Argo_Examples