Skip to content

Commit

Permalink
Add fortran modules to sanity check
Browse files Browse the repository at this point in the history
  • Loading branch information
ocaisa authored Nov 22, 2023
1 parent 95463f5 commit 5e67ca5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ configopts = '-DUSE_GNU_INSTALL_CONVENTION=TRUE'
runtest = 'check'

sanity_check_paths = {
'files': ['lib/libjsonfortran.a', 'lib/libjsonfortran.%s' % SHLIB_EXT],
'files': ['lib/libjsonfortran.a', 'lib/libjsonfortran.%s' % SHLIB_EXT,
'include/json_module.mod', 'include/json_parameters.mod'],
'dirs': ['include'],
}

Expand Down

0 comments on commit 5e67ca5

Please sign in to comment.