Skip to content

Commit

Permalink
Maybe get tests working on github.
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasBreuling committed Jul 30, 2024
1 parent d8a9e97 commit f0dbed7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scipy_dae/integrate/_dae/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ py3.install_sources([
'radau.py',
],
subdir: 'scipy_dae/integrate/_dae'
)
)

subdir('tests')
Empty file.
8 changes: 8 additions & 0 deletions scipy_dae/integrate/_dae/tests/meson.build
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
py3.install_sources([
'__init__.py',
'test_consistent_initial_conditions.py',
'test_dae.py',
],
subdir: 'scipy_dae/integrate/_dae/tests',
install_tag: 'tests'
)

0 comments on commit f0dbed7

Please sign in to comment.