From 34e7311f79c7d4e63a8b1fada29e012631d62c64 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 5 Jul 2020 11:37:12 -0400 Subject: [PATCH] Link the performance tests against libJudy --- testsuite/gtk/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/gtk/meson.build b/testsuite/gtk/meson.build index 2f80dcccfc..580ca7d8ac 100644 --- a/testsuite/gtk/meson.build +++ b/testsuite/gtk/meson.build @@ -78,7 +78,7 @@ tests = [ ['vector'], ['widgetorder'], ['widget-refcount'], - ['listmodel-performance', ['listmodel-performance.c','gtkstringlist.c','gtkarraystore.c']] + ['listmodel-performance', ['listmodel-performance.c','gtkstringlist.c','gtkarraystore.c'], [], [ '-lJudy' ]] ] # Tests that are expected to fail