Tools
unitest.txt
Associated article: Unit and Regression Testing
Tags: Tools
Published source code accompanying the article by Adrian McCarthy in which he describes how to build effective units tests and automate regression testing.
Unit and Regression Testing
by Adrian McCarthy
Example 1:
(a)
TVECTOR.OBJ : TVECTOR.CPP VECTOR.H
TVECTOR.EXE : TVECTOR.OBJ VECTOR.OBJ
(b)
TVECTOR.OUT : TVECTOR.EXE TVECTOR.IN
TVECTOR.EXE < TVECTOR.IN > TVECTOR.OUT
(c)
TESTOUTS = TVECTOR.OUT
...


