Tests now look for elements.xml in the source tree.

This commit is contained in:
Ray Speth 2011-12-20 03:06:35 +00:00
parent 8045e68d86
commit 124f8b9f6b

View file

@ -3,7 +3,8 @@ from buildutils import *
Import('env','buildTargets','installTargets')
localenv = env.Clone()
os.environ['PYTHONPATH'] = pjoin(os.getcwd(), '..','Cantera','python')
os.environ['PYTHONPATH'] = pjoin(os.getcwd(), '..', 'Cantera', 'python')
os.environ['CANTERA_DATA'] = pjoin(os.getcwd(), '..', 'data', 'inputs')
class Test(object):
def __init__(self, subdir, testName, programName, blessedName, **kwargs):