mirror of https://github.com/odrling/Aegisub
add option to disable tests
This commit is contained in:
parent
2cdb9da03f
commit
b70beac0fb
|
@ -418,7 +418,9 @@ subdir('libaegisub')
|
|||
subdir('packages')
|
||||
subdir('po')
|
||||
subdir('src')
|
||||
subdir('tests')
|
||||
if get_option('tests')
|
||||
subdir('tests')
|
||||
endif
|
||||
|
||||
aegisub_cpp_pch = ['src/include/agi_pre.h']
|
||||
aegisub_c_pch = ['src/include/agi_pre_c.h']
|
||||
|
|
|
@ -29,3 +29,4 @@ option('update_url', type: 'string', value: '/trunk', description: 'Base path to
|
|||
|
||||
option('build_osx_bundle', type: 'boolean', value: 'false', description: 'Package Aegisub.app on OSX')
|
||||
option('build_appimage', type: 'boolean', value: 'false', description: 'Prepare for AppImage packaging')
|
||||
option('tests', type: 'boolean', value: 'true', description: 'Tests')
|
||||
|
|
Loading…
Reference in New Issue