summaryrefslogtreecommitdiff
path: root/tests/meson.build
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2017-11-20 02:07:31 +0100
committerBenjamin Otte <otte@redhat.com>2017-12-03 05:43:24 +0100
commit3506ae6085a5abbc2614a8518fc457c8801e6eb4 (patch)
tree8b05b5eb3f76bca9dd5cf8a1a56d1320ee45c9ad /tests/meson.build
parentc91a38b013415b42e32f25c11ebf16897123ed2d (diff)
downloadgtk+-3506ae6085a5abbc2614a8518fc457c8801e6eb4.tar.gz
tests: Add a new test app for GdkClipboard
Diffstat (limited to 'tests/meson.build')
-rw-r--r--tests/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/meson.build b/tests/meson.build
index e6f68adf4d..69f871b748 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -26,6 +26,7 @@ gtk_tests = [
['testcairo'],
['testcalendar'],
['testclipboard'],
+ ['testclipboard2'],
['testcolorchooser'],
['testcolorchooser2'],
['testcombo'],