Temporarily turning off the files with checkProgrammerError(). Going to rewrite that to be more amenable to our testing system and not need C++ closures.
This commit is contained in:
parent
48fd34781e
commit
5a7777ffaa
|
@ -3,9 +3,9 @@
|
|||
# Using files() is the cleanest way to ensure the python script below gets the right filenames regardless of how meson sandboxes the command it's running.
|
||||
libui_test_sources = files([
|
||||
'events.c',
|
||||
'events_errors.cpp',
|
||||
# 'events_errors.cpp',
|
||||
'initmain.c',
|
||||
'noinitwrongthread.c',
|
||||
# 'noinitwrongthread.c',
|
||||
])
|
||||
|
||||
libui_test_sources_without_cases = [
|
||||
|
|
Loading…
Reference in New Issue