[Cython/Test] Install extra data files from main data directory
This commit is contained in:
parent
361ca83891
commit
ea4b3502c3
1 changed files with 3 additions and 0 deletions
|
|
@ -135,6 +135,9 @@ testFiles = localenv.RecursiveInstall('#interfaces/cython/cantera/test/data',
|
|||
'#test/data')
|
||||
build(testFiles)
|
||||
|
||||
for f in ['inputs/h2o2.inp', 'inputs/gri30.inp', 'transport/gri30_tran.dat']:
|
||||
build(localenv.Install('#interfaces/cython/cantera/test/data/', '#data/' + f))
|
||||
|
||||
# Cython module for Python 3.x
|
||||
if localenv['python3_package'] == 'y':
|
||||
py3env = localenv.Clone()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue