Add tests for GIcon

This commit is contained in:
Matthias Clasen
2010-07-03 03:31:07 -04:00
parent 37c4fcb36a
commit aaba9276f7
2 changed files with 125 additions and 0 deletions

View File

@@ -79,6 +79,7 @@ SAMPLE_PROGS = \
gdbus-example-proxy-subclass \
testapp \
appinfo-test \
icons \
$(NULL)
@@ -272,6 +273,9 @@ testapp_LDADD = $(progs_ldadd)
testapps_SOURCES = testapps.c gdbus-sessionbus.c gdbus-sessionbus.h
testapps_LDADD = $(progs_ldadd)
icons_SOURCES = icons.c
icons_LDADD = $(progs_ldadd)
schema_tests = \
schema-tests/array-default-not-in-choices.gschema.xml \
schema-tests/bad-choice.gschema.xml \