reactivated Find_Unused_Assms_Examples to avoid untested / dead stuff in the repository;
authorwenzelm
Mon, 27 Feb 2012 12:12:28 +0100
changeset 46701 879f5c76ffb6
parent 46700 1fef02b93723
child 46703 b103fffd587f
reactivated Find_Unused_Assms_Examples to avoid untested / dead stuff in the repository; moved the whole HOL-Quickcheck_Examples target from "all" to "full" for now -- it does not terminate in certain situations (to be investigated further);
src/HOL/IsaMakefile
src/HOL/Quickcheck_Examples/ROOT.ML
--- a/src/HOL/IsaMakefile	Mon Feb 27 11:53:08 2012 +0100
+++ b/src/HOL/IsaMakefile	Mon Feb 27 12:12:28 2012 +0100
@@ -61,7 +61,6 @@
   HOL-Nitpick_Examples \
   HOL-Number_Theory \
   HOL-Old_Number_Theory \
-  HOL-Quickcheck_Examples \
   HOL-Quotient_Examples \
   HOL-Predicate_Compile_Examples \
   HOL-Prolog \
@@ -96,7 +95,7 @@
   HOL-Nominal-Examples
 
 all: test-no-smlnj test images-no-smlnj images
-full: all benchmark
+full: all benchmark HOL-Quickcheck_Examples
 smlnj: test images
 
 
--- a/src/HOL/Quickcheck_Examples/ROOT.ML	Mon Feb 27 11:53:08 2012 +0100
+++ b/src/HOL/Quickcheck_Examples/ROOT.ML	Mon Feb 27 12:12:28 2012 +0100
@@ -1,4 +1,5 @@
 use_thys [
+  "Find_Unused_Assms_Examples",
   "Quickcheck_Examples",
   "Quickcheck_Lattice_Examples"
 ];