diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2017-03-22 13:39:14 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2017-05-03 15:10:55 +0100 |
commit | 7cbf92505c0bd627127783827d2291123f8bea0e (patch) | |
tree | 135ebbf0bfd84510ad78ab97e6775eba78423a5d /testsuite/meson.build | |
parent | b95a5678f460e73886a7fe2f8ffa1eb96c58937c (diff) | |
download | gtk+-7cbf92505c0bd627127783827d2291123f8bea0e.tar.gz |
meson: testsuites: tools: add meson build
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 59a07774e9..fef8506bbd 100644 --- a/testsuite/meson.build +++ b/testsuite/meson.build @@ -2,5 +2,5 @@ subdir('gtk') subdir('gdk') subdir('css') subdir('a11y') -# subdir('tools') # FIXME +subdir('tools') # subdir('reftests') # FIXME: needs more work |