aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/ex/test-cases/README
diff options
context:
space:
mode:
Diffstat (limited to 'coq/ex/test-cases/README')
-rw-r--r--coq/ex/test-cases/README19
1 files changed, 19 insertions, 0 deletions
diff --git a/coq/ex/test-cases/README b/coq/ex/test-cases/README
index 62081521..3943793a 100644
--- a/coq/ex/test-cases/README
+++ b/coq/ex/test-cases/README
@@ -7,6 +7,25 @@ a README file, describing the test case.
Overview of the test cases:
+add-load-path-unsupported
+ Add LoadPath is not supported
+
+multiple-files-multiple-dir
+ working with multiple files in a multiple directories
+ (triggers known bugs)
+
+multiple-files-single-dir
+ working with multiple files in a single directory
+ (triggers known bugs)
+
+require-string
+ test Require "x.vo"
+ (triggers known bugs)
+
retract-completely-asserted
test how proof-no-fully-processed-buffer retracts fully
asserted buffers
+
+stale-load-path
+ test switching between files with different load path.
+ (triggers known bugs)