diff options
author | Benjamin Otte <otte@redhat.com> | 2019-03-26 17:35:26 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2019-03-29 09:56:52 +0100 |
commit | c564a349e5d21fb571df3759f926fba640386b45 (patch) | |
tree | cb32bf7981138adc3920d9fb470497e3817b8cf5 /testsuite/meson.build | |
parent | 42d580dc07c59aea276cf258a2ec9fb77f341bb6 (diff) | |
download | gtk+-c564a349e5d21fb571df3759f926fba640386b45.tar.gz |
testsuite: Make reftests work again
Well, the testrunner works again, the tests don't all succeed.
So exclude them from CI.
Diffstat (limited to 'testsuite/meson.build')
-rw-r--r-- | testsuite/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/meson.build b/testsuite/meson.build index f966e769da..10dabd8152 100644 --- a/testsuite/meson.build +++ b/testsuite/meson.build @@ -8,4 +8,4 @@ subdir('gtk') subdir('css') subdir('a11y') subdir('tools') -#subdir('reftests') +subdir('reftests') |