2016-09-07 13:59:22 +00:00
|
|
|
# FIXME: make check work on windows
|
2016-09-09 15:09:45 +00:00
|
|
|
getpluginsdir = find_program('getpluginsdir')
|
2016-09-07 13:59:22 +00:00
|
|
|
if host_machine.system() != 'windows'
|
|
|
|
subdir('check')
|
|
|
|
endif
|
2016-09-07 20:24:53 +00:00
|
|
|
|
|
|
|
subdir('launcher_tests')
|