1 |
dashley |
25 |
# $Header: /cvsroot/esrg/sfesrg/esrgpcpj/unittest/readme.txt,v 1.2 2001/07/15 02:59:34 dtashley Exp $
|
2 |
|
|
|
3 |
|
|
SUBDIRECTORY
|
4 |
|
|
c:\swprojs\unittest
|
5 |
|
|
|
6 |
|
|
CONTENTS
|
7 |
|
|
This subdirectory is the main subdirectory for the UNITTEST
|
8 |
|
|
program. The UNITTEST program is a program that is used for
|
9 |
|
|
unit-testing the shared software modules of The Iju Tool Set.
|
10 |
|
|
|
11 |
|
|
The UNITTEST program is not distributed with the Iju Tool Set,
|
12 |
|
|
although the source code for the program can be obtained from the
|
13 |
|
|
CVS archives at SourceForge and anyone who wants to rebuild the
|
14 |
|
|
program can do so (although it is hard to image exactly why
|
15 |
|
|
anyone not involved with development of The Iju Tool Set would
|
16 |
|
|
want to do so). The reason that this program exists is that it
|
17 |
|
|
was found to be convenient to create a separate program (i.e. a
|
18 |
|
|
MSVC++ project) to combine all unit tests of shared software
|
19 |
|
|
components. This also gives a convenient way to perform
|
20 |
|
|
regression testing (just recompile the UNITTEST program and run
|
21 |
|
|
it).
|
22 |
|
|
|
23 |
|
|
MNEMONIC
|
24 |
|
|
"UNITTEST" is an unabbreviated directory name and the mnemonics
|
25 |
|
|
behind this choice should be clear.
|
26 |
|
|
|
27 |
|
|
#**************************************************************************
|
28 |
|
|
# $Log: readme.txt,v $
|
29 |
|
|
# Revision 1.2 2001/07/15 02:59:34 dtashley
|
30 |
|
|
# Description of directory contents refined.
|
31 |
|
|
#
|
32 |
|
|
# Revision 1.1 2001/07/12 05:44:05 dtashley
|
33 |
|
|
# Initial checkin.
|
34 |
|
|
#
|
35 |
|
|
#**************************************************************************
|
36 |
|
|
# End of README.TXT. |