summaryrefslogtreecommitdiff
path: root/testsuite/meson.build
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-01-22 00:55:11 -0500
committerMatthias Clasen <mclasen@redhat.com>2020-01-22 00:59:04 -0500
commit878f35515d1d3eb9d6921762eceb2b8ee652db27 (patch)
tree2b6bf69c41f5b466bed1ed225442e27e2a3de0df /testsuite/meson.build
parent68fd7961257937586fb072ffd81491b1c9231c0a (diff)
downloadgtk+-878f35515d1d3eb9d6921762eceb2b8ee652db27.tar.gz
Make the performance testcase more general
Reuse the performance test for layout and snapshot timings.
Diffstat (limited to 'testsuite/meson.build')
-rw-r--r--testsuite/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/meson.build b/testsuite/meson.build
index bb7c8160f4..e5c0abe398 100644
--- a/testsuite/meson.build
+++ b/testsuite/meson.build
@@ -6,6 +6,7 @@ installed_test_datadir = join_paths(gtk_datadir, 'installed-tests', 'gtk-4.0')
# otherwise we're going to have failures down the line
diff = find_program('diff', required: true)
+subdir('performance')
subdir('gdk')
subdir('gsk')
subdir('gtk')