From 5a7777ffaaaf0f856cb5d406de7ce548ceade19e Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 23 Feb 2020 17:36:10 -0500 Subject: [PATCH] Temporarily turning off the files with checkProgrammerError(). Going to rewrite that to be more amenable to our testing system and not need C++ closures. --- test/meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/meson.build b/test/meson.build index 49ece236..d51d8684 100644 --- a/test/meson.build +++ b/test/meson.build @@ -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 = [