[GME-commit]
GMESRC/Tests/Regression/Integration gmeBlasterTest.py,NONE,1.1
blastcfg.txt,NONE,1.1
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Thu Jul 1 15:00:26 CDT 2004
Update of /var/lib/gme/GMESRC/Tests/Regression/Integration
In directory braindrain:/tmp/cvs-serv29201/Tests/Regression/Integration
Added Files:
gmeBlasterTest.py blastcfg.txt
Log Message:
Adding Regression directory to Tests, with some simple tests for Don to run with his GME autobuilds
CVS User: brianw
--- NEW FILE: gmeBlasterTest.py ---
#!/usr/bin/python
# Copyright (c) 2004 ISIS, Vanderbilt Univeristy
#
# Author: Brian Williams
#
# command line args: 1. paradigm 2. output.mga
import sys
import win32com.client
try:
gme = win32com.client.Dispatch("GME.Application")
gme.Visible = 0
gme.CreateProject(sys.argv[1],"MGA="+sys.argv[2])
gme.SaveProject()
gme.RunComponent("MGA.Interpreter.Blaster-i")
gme.SaveProject()
gme.CloseProject(0)
except:
gme.CloseProject(0)
exit(1)
--- NEW FILE: blastcfg.txt ---
saveFrequency=10
depthLimit=2
useFQNames=true
useUIDs=true
deleteWhenDone=true
testBlast=true
testRandom=false
testTypesAndInstances=false
randCount=2000
genPattern=false
emailResults=false
emailAddresses=brianw at isis.vanderbilt.edu
More information about the GME-commit
mailing list