Update of /cvsroot/aaron/aaron/src/test
In directory usw-pr-cvs1:/tmp/cvs-serv31451
Added Files:
Makefile
Log Message:
Added a Makefile responsible for controlling all testing activity
--- NEW FILE: Makefile ---
# $Id: Makefile,v 1.1 2001/06/29 02:00:20 thetitan Exp $
TESTS= xml
foo:
@echo "Tests not implimented yet"
help:
@echo "Usage:"
@echo ""
@echo " all: Run all tests"
@echo " help: This message"
@echo " showtests: Prints a list of all of the modules"
@echo " [test]: Runs a specific test"
|