Add testcases for opening display

More precisely, test that we can successfully fail to open
a display...
This commit is contained in:
Matthias Clasen
2011-01-18 09:36:24 -05:00
parent b208b9c0e9
commit fe687e760e
2 changed files with 80 additions and 2 deletions

View File

@ -24,8 +24,12 @@ gdk_color_SOURCES = gdk-color.c
gdk_color_LDADD = $(progs_ldadd)
TEST_PROGS += encoding
encoding_SOURCES = encoding.c
encoding_LDADD = $(progs_ldadd)
encoding_SOURCES = encoding.c
encoding_LDADD = $(progs_ldadd)
TEST_PROGS += display
display_SOURCES = display.c
display_LDADD = $(progs_ldadd)
CLEANFILES = \
cairosurface.png \