Tests now look for elements.xml in the source tree.
This commit is contained in:
parent
8045e68d86
commit
124f8b9f6b
1 changed files with 2 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue