root/trunk/gadfly-1.0.0/run_tests

Revision 7 (by jhorman, 08/09/05 22:51:32)

moving "trunk" into "trunk" directory

#! /usr/bin/env python
# $Id: run_tests,v 1.1 2005/06/05 05:51:02 jhorman Exp $

from test import go
import sys
if len(sys.argv) > 1:
    go(sys.argv[1:])
else:
    go()

#
# $Log: run_tests,v $
# Revision 1.1  2005/06/05 05:51:02  jhorman
# initial checkin
#
# Revision 1.1.1.1  2002/05/06 07:31:09  richard
#
#
#
#
# vim: set filetype=python ts=4 sw=4 et si
Note: See TracBrowser for help on using the browser.