summaryrefslogtreecommitdiff
path: root/tests/meson.build
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2018-03-20 09:19:10 +0100
committerTimm Bäder <mail@baedert.org>2018-03-20 09:40:10 +0100
commit1d26879fa5ad3079e519850268e31eab06fbe265 (patch)
tree3480f1d84fe098c81540456f1e9ced7dd5dec965 /tests/meson.build
parent0124740fa01d9b50886c4030db34d71716c35c16 (diff)
downloadgtk+-1d26879fa5ad3079e519850268e31eab06fbe265.tar.gz
tests: Add testtexture
a test that simply loads a given file as a texture and renders it.
Diffstat (limited to 'tests/meson.build')
-rw-r--r--tests/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/meson.build b/tests/meson.build
index a3955d430d..c5b1d0792a 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -128,7 +128,8 @@ gtk_tests = [
['showrendernode'],
['testborderdrawing'],
['testoutsetshadowdrawing'],
- ['testblur']
+ ['testblur'],
+ ['testtexture'],
]
if os_linux