Skip to content

Commit 01d38f4

Browse files
Enabling tests compilation to check compatibility build.
1 parent 3afb48e commit 01d38f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ want_fabrics = get_option('fabrics').disabled() == false and host_system != 'win
5555
want_mi = get_option('mi').disabled() == false and host_system != 'windows'
5656
want_json_c = get_option('json-c').disabled() == false and want_fabrics
5757
want_libkmod = get_option('libkmod').disabled() == false and host_system != 'windows'
58-
want_tests = get_option('tests') and host_system != 'windows'
58+
want_tests = get_option('tests')
5959
want_examples = get_option('examples') and host_system != 'windows'
6060
want_docs = get_option('docs')
6161
want_docs_build = get_option('docs-build')

0 commit comments

Comments
 (0)