Skip to content

Commit 9697a85

Browse files
committed
fixes for importing easily
1 parent bd72165 commit 9697a85

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

SU2_PY/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ install_data(['SU2_Nastran/__init__.py',
7171
'SU2_Nastran/pysu2_nastran.py'],
7272
install_dir: join_paths(get_option('bindir'), 'SU2_Nastran'))
7373

74-
install_subdir(['../externals/FADO'], install_dir: join_paths(get_option('bindir'), 'FADO'))
74+
install_subdir(['../externals/FADO'], install_dir: get_option('bindir'))

TestCases/serial_regression.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@
3030
from TestCase import TestCase
3131
from TestCase import parse_args
3232

33+
import FADO
34+
FADO.printDocumentation()
35+
36+
3337
def main():
3438
'''This program runs SU2 and ensures that the output matches specified values.
3539
This will be used to do checks when code is pushed to github

0 commit comments

Comments
 (0)