aboutsummaryrefslogtreecommitdiff
path: root/test cases
diff options
context:
space:
mode:
authorMichael Hirsch, Ph.D <scivision@users.noreply.github.com>2019-07-30 01:25:22 -0400
committerMichael Hirsch, Ph.D <scivision@users.noreply.github.com>2019-07-30 03:17:14 -0400
commitb5e9ab8ed02629c14050d86815fa2eb69c6425a2 (patch)
tree59ea2f9728bc202c472928e5abe826de0032e2e7 /test cases
parent667cc80f7225930eb8b239683c8297a717a087d6 (diff)
downloadmeson-b5e9ab8ed02629c14050d86815fa2eb69c6425a2.zip
meson-b5e9ab8ed02629c14050d86815fa2eb69c6425a2.tar.gz
meson-b5e9ab8ed02629c14050d86815fa2eb69c6425a2.tar.bz2
fortran tests: non-gfortran compilers on Windows are best static libs
collapsed get_relative_files_list_from_dir to a one-liner via pathlib.Path
Diffstat (limited to 'test cases')
-rw-r--r--test cases/fortran/2 modules/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/test cases/fortran/2 modules/meson.build b/test cases/fortran/2 modules/meson.build
index fb58b9d..791ae63 100644
--- a/test cases/fortran/2 modules/meson.build
+++ b/test cases/fortran/2 modules/meson.build
@@ -1,4 +1,5 @@
-project('modules', 'fortran')
+project('modules', 'fortran',
+ default_options : ['default_library=static'])
commented = library('commented', 'comment_mod.f90')