File: README

package info (click to toggle)
proofgeneral 4.5-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,172 kB
  • sloc: lisp: 33,783; makefile: 388; sh: 118; perl: 109
file content (31 lines) | stat: -rw-r--r-- 769 bytes parent folder | download | duplicates (4)
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.