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:
Pietro Gagliardi 2020-02-23 17:36:10 -05:00
parent 48fd34781e
commit 5a7777ffaa
1 changed files with 2 additions and 2 deletions

View File

@ -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 = [