Add some contenttype tests

This commit is contained in:
Matthias Clasen
2010-07-04 22:27:01 -04:00
parent fb120b5d87
commit 14db75381e
2 changed files with 117 additions and 0 deletions

View File

@@ -80,6 +80,7 @@ SAMPLE_PROGS = \
testapp \
appinfo-test \
icons \
contenttype \
$(NULL)
@@ -276,6 +277,9 @@ testapps_LDADD = $(progs_ldadd)
icons_SOURCES = icons.c
icons_LDADD = $(progs_ldadd)
contenttype_SOURCES = contenttype.c
contenttype_LDADD = $(progs_ldadd)
schema_tests = \
schema-tests/array-default-not-in-choices.gschema.xml \
schema-tests/bad-choice.gschema.xml \