mirror of
https://github.com/Cantera/cantera.git
synced 2025-02-25 18:55:29 -06:00
[Cython/Test] Install extra data files from main data directory
This commit is contained in:
committed by
Ray Speth
parent
361ca83891
commit
ea4b3502c3
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user