diff options
author | Benjamin Otte <otte@redhat.com> | 2017-11-20 02:07:31 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2017-12-03 05:43:24 +0100 |
commit | 3506ae6085a5abbc2614a8518fc457c8801e6eb4 (patch) | |
tree | 8b05b5eb3f76bca9dd5cf8a1a56d1320ee45c9ad /tests/meson.build | |
parent | c91a38b013415b42e32f25c11ebf16897123ed2d (diff) | |
download | gtk+-3506ae6085a5abbc2614a8518fc457c8801e6eb4.tar.gz |
tests: Add a new test app for GdkClipboard
Diffstat (limited to 'tests/meson.build')
-rw-r--r-- | tests/meson.build | 1 |
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'], |