aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/ex/test-cases/README
blob: b89cc2303dc77955ecab1b7c7e242df386883a5f (plain)
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
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

multiple-files-multiple-dir
	working with multiple files in a 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.