From 022616326980bd876d28eb0b38f21e4a2570001b Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Sat, 6 May 2017 17:25:42 +0100 Subject: [PATCH] meson: Build the reftests suite It does not pass, but at least we can check it. --- testsuite/meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testsuite/meson.build b/testsuite/meson.build index 481fa2f9aa..d4d0cd12a9 100644 --- a/testsuite/meson.build +++ b/testsuite/meson.build @@ -10,9 +10,9 @@ installed_test_env = [ 'G_ENABLE_DIAGNOSTIC=0', ] +subdir('tools') subdir('gtk') subdir('gdk') subdir('css') subdir('a11y') -subdir('tools') -# subdir('reftests') # FIXME: needs more work +subdir('reftests')