File: README

package info (click to toggle)
tom 1.1.1-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 6,340 kB
  • ctags: 2,244
  • sloc: objc: 27,863; ansic: 9,804; sh: 7,411; yacc: 3,377; lex: 966; asm: 208; makefile: 62; cpp: 10
file content (16 lines) | stat: -rw-r--r-- 583 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TOM tests README, $Id: README,v 1.3 1997/03/14 14:20:06 tiggr Exp $

	This directory contains an initial outline for tests for the tom
	tools.  It basically comes down to the `run' script, which runs
	every test, complaining if things go wrong.

	See the file DESCRIPTIONS for a description of the tests.

	To run a test, for instance number 1, enter:

	LIBS=-ldld ./run 1

	The definition of LIBS is for supplying any extra libraries needed
	by your system when linking tom programs.  In this example, on a
	hppa-hpux machine, the library for dynamic loading, libdld.a, is
	needed.