Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,6 @@ if install
endif

# add the testsuite
subdir('test')
if get_option('testing').auto() ? not meson.is_subproject() : get_option('testing').enabled()
subdir('test')
endif
7 changes: 7 additions & 0 deletions meson_options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,10 @@ option(
value: 'auto',
description: 'Support quadruple precision',
)

option(
'testing',
type: 'feature',
value: 'auto',
description: 'Enable testing of test-drive library',
)