File: README

package info (click to toggle)
cproto 4.7l-3
  • links: PTS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 940 kB
  • sloc: ansic: 4,110; sh: 3,197; lex: 1,059; yacc: 870; makefile: 262
file content (60 lines) | stat: -rw-r--r-- 1,392 bytes parent folder | download | duplicates (14)
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
$Id: README,v 4.3 1995/01/06 23:42:14 tom Exp $

CPROTO/TESTING

There's several types of files in this directory, distinguished by their
suffixes.

	makefile
		a UNIX makefile used to coordinate files and to invoke the
		UNIX master test script 'run_test.sh'.

	case*.bat
		MSDOS scripts automatically generated to run test cases.

	test_dos.bat
		The master MSDOS test script.

	syntax.c
		The test data (contains some intentional errors, and all of
		the interesting tests that can be made portable across all
		platforms).

	apollo.c
	linux.c
	solaris.c
	turboc.c
		These are lint library templates, used for exercising cproto.
		They include as many of the system's include files as possible,
		in an attempt to find lexical/grammar problems with cproto.

	run_test.com
		The VMS master test script.

	case*.dcl
		UNIX+VMS scripts automatically generated to run test cases.
		(They don't have a ".com" suffix because that would create
		problems on MSDOS).

	descrip.mms
		The VMS equivalent of 'makefile'.

	case*.ref
		Reference files obtained by running the test scripts.

	make_bat.sh
		The script that generates case*.bat

	make_dcl.sh
		The script that generates case*.dcl

	run_test.sh
		The master UNIX test script

	testunix.sh
		The UNIX test script that actually does all of the work

	run_test.txt
		The test list, from which the case*.dcl, case*.bat files
		are generated.