Add tests/testglblending

This test stacks GL and cairo rendering in various
orders to test the layer handling.
This commit is contained in:
Alexander Larsson
2014-10-09 11:16:51 +02:00
committed by Matthias Clasen
parent 8f3e9d1b05
commit 5d7e268aac
2 changed files with 100 additions and 0 deletions

View File

@ -70,6 +70,7 @@ noinst_PROGRAMS = $(TEST_PROGS) \
testgeometry \
testgiconpixbuf \
testglarea \
testglblending \
testgrid \
testgtk \
testheaderbar \
@ -507,6 +508,11 @@ gdkgears_SOURCES = \
gtkgears.c \
gtkgears.h
testglblending_SOURCES = \
testglblending.c \
gtkgears.c \
gtkgears.h
EXTRA_DIST += \
gradient1.png \
testgtk.1 \