summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-07-05 11:37:12 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-07-05 11:37:12 -0400
commit34e7311f79c7d4e63a8b1fada29e012631d62c64 (patch)
tree1f895a2071b41051221c3ddd75128c7854d94f90
parentf1f2c3e396d3edca616249925acef53def1d8ffd (diff)
downloadgtk+-stringlist-judy.tar.gz
Link the performance tests against libJudystringlist-judy
-rw-r--r--testsuite/gtk/meson.build2
1 files changed, 1 insertions, 1 deletions
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