Skip to content

Commit

Permalink
tests: Enable python based tests by default
Browse files Browse the repository at this point in the history
They have been around for quite some time now but it's easy to
accidentally not run them because they get disabled when the
dependencies are not all satisfied.

This enables pytests by default which forces one to explicitly disable
them if they are unwanted.
  • Loading branch information
swick authored and GeorgesStavracas committed Oct 17, 2024
1 parent 17b1d0c commit 7c3e80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson_options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ option('installed-tests',
description: 'Enable installation of some test cases')
option('pytest',
type: 'feature',
value: 'auto',
value: 'enabled',
description: 'Enable the pytest-based test suite')
option('man-pages',
type: 'feature',
Expand Down

0 comments on commit 7c3e80d

Please sign in to comment.