test that python modules nominally compile without warnings

Because we poke around with the dependency, so we might introduce some,
and have at least once.
pull/11597/head
Eli Schwartz 2 years ago
parent 728c8dce24
commit 9d98b4cb84
No known key found for this signature in database
GPG Key ID: CEB167EFB5722BD6
  1. 2
      test cases/python/2 extmodule/meson.build

@ -1,5 +1,5 @@
project('Python extension module', 'c',
default_options : ['buildtype=release'])
default_options : ['buildtype=release', 'werror=true'])
# Because Windows Python ships only with optimized libs,
# we must build this project the same way.

Loading…
Cancel
Save