diff options
author | Timm Bäder <mail@baedert.org> | 2018-03-20 09:19:10 +0100 |
---|---|---|
committer | Timm Bäder <mail@baedert.org> | 2018-03-20 09:40:10 +0100 |
commit | 1d26879fa5ad3079e519850268e31eab06fbe265 (patch) | |
tree | 3480f1d84fe098c81540456f1e9ced7dd5dec965 /tests/meson.build | |
parent | 0124740fa01d9b50886c4030db34d71716c35c16 (diff) | |
download | gtk+-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.build | 3 |
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 |