1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
This directory contains test cases for coq ProofGeneral,
especially for its multi-file support.
Each test case is in one subdirectory. Each such subdirectory has
a README file, describing the test case.
Overview of the test cases:
add-load-path-unsupported
Add LoadPath is not supported
change-ancestor
assert something just added to an completely locked ancestor
multiple-files-multiple-dir
working with multiple files in multiple directories
multiple-files-single-dir
working with multiple files in a single directory
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.
|